From cf6d1f0bb16b141891ed52aef890661b32653a0c Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Tue, 4 Feb 2020 19:19:11 +0100 Subject: [PATCH] Test name changed on comparators --- test/comparators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/comparators.js b/test/comparators.js index 4d763cc..da6c8d8 100644 --- a/test/comparators.js +++ b/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);