Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Jan 18, 2023
1 parent f34f903 commit 98092de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ducks/send/helpers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Send Slice Helpers', () => {
details: {
address: '0xToken',
standard: TokenStandard.ERC721,
tokenId: ethers.BigNumber.from(15000).toString(),
tokenId: BigNumber.from(15000).toString(),
},
},
recipient: {
Expand Down

0 comments on commit 98092de

Please sign in to comment.