Fix Typo (#1808)
This commit is contained in:
@ -97,7 +97,7 @@ contract('SafeMath', function () {
|
|||||||
expect(await this.safeMath.div(a, b)).to.be.bignumber.equal('1');
|
expect(await this.safeMath.div(a, b)).to.be.bignumber.equal('1');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('reverts on divison by zero', async function () {
|
it('reverts on division by zero', async function () {
|
||||||
const a = new BN('5678');
|
const a = new BN('5678');
|
||||||
const b = new BN('0');
|
const b = new BN('0');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user