Skip to content
Prev Previous commit
Next Next commit
fix: catch MintFinished typo
  • Loading branch information
shrugs committed Sep 5, 2018
commit 48524896dd99f5e8628d4b2fa36641dfcef95408
3 changes: 1 addition & 2 deletions test/token/ERC20/ERC20Mintable.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ function shouldBehaveLikeERC20Mintable (minter, [anyone]) {
it('emits a mint finished event', async function () {
const { logs } = await this.token.finishMinting({ from });

logs.length.should.be.equal(1);
logs[0].event.should.equal('MintFinished');
await expectEvent.inLogs(logs, 'MintingFinished');
});
});

Expand Down