Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed May 12, 2021
1 parent bd3191c commit f0c641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/token/ERC20/extensions/draft-ERC20Votes.test.js
Expand Up @@ -365,7 +365,7 @@ contract('ERC20Votes', function (accounts) {
expect(await this.token.getPriorVotes(other1, t4.receipt.blockNumber)).to.be.bignumber.equal('100');
});

it.only('does not add more than one checkpoint in a block', async function () {
it('does not add more than one checkpoint in a block', async function () {
await this.token.transfer(recipient, '100', { from: holder });
expect(await this.token.numCheckpoints(other1)).to.be.bignumber.equal('0');

Expand Down

0 comments on commit f0c641f

Please sign in to comment.