Browse Source

Test name changed on comparators

master
Jordi Baylina 4 years ago
parent
commit
cf6d1f0bb1
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/comparators.js

+ 1
- 1
test/comparators.js

@ -7,7 +7,7 @@ const bigInt = require("big-integer");
const assert = chai.assert;
describe("Sum test", function () {
describe("Comparators test", function () {
this.timeout(100000);

Loading…
Cancel
Save