taek 6 rokov pred
rodič
commit
c9f328ef66
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      test/math/SafeMath.test.js

+ 1 - 1
test/math/SafeMath.test.js

@@ -97,7 +97,7 @@ contract('SafeMath', function () {
       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 b = new BN('0');