Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr Yankouski authored Feb 20, 2018
1 parent 1c24a12 commit 4c41742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const assert = require('assert');
Object.freeze(assert);
const getZerosCount = require('./src/index');

describe('Zeros', () => {
Expand Down Expand Up @@ -501,4 +502,4 @@ describe('Zeros', () => {
const zerosCount = getZerosCount(4821527, 250);
assert.equal(zerosCount, 401792);
});
});
});

0 comments on commit 4c41742

Please sign in to comment.