Skip to content

Commit c9f328e

Browse files
leektnventuro
authored andcommitted
Fix Typo (#1808)
1 parent 489d2e8 commit c9f328e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/math/SafeMath.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ contract('SafeMath', function () {
9797
expect(await this.safeMath.div(a, b)).to.be.bignumber.equal('1');
9898
});
9999

100-
it('reverts on divison by zero', async function () {
100+
it('reverts on division by zero', async function () {
101101
const a = new BN('5678');
102102
const b = new BN('0');
103103

0 commit comments

Comments
 (0)