Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Oct 5, 2023
1 parent af0daa1 commit f978d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('contract', () => {
),
).toBe(toUpperCaseHex(toAccount.address));
});

// eslint-disable-next-line
it.only.each(['0x1', '0x2'])('should approve and then transferFrom item %p', async type => {
const tempAccount = await createLocalAccount(web3);
const toAccount = await createLocalAccount(web3);
Expand Down

0 comments on commit f978d68

Please sign in to comment.