Update all dependencies transitively (#2363)
This commit is contained in:
committed by
GitHub
parent
bf4c9d700d
commit
ace35fdeda
@ -15,7 +15,7 @@ describe('ERC20Capped', function () {
|
||||
|
||||
it('requires a non-zero cap', async function () {
|
||||
await expectRevert(
|
||||
ERC20Capped.new(name, symbol, new BN(0), { from: minter }), 'ERC20Capped: cap is 0'
|
||||
ERC20Capped.new(name, symbol, new BN(0), { from: minter }), 'ERC20Capped: cap is 0',
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user