X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsrc%2Fcommon.js;fp=test%2Fsrc%2Fcommon.js;h=e20561919b55faa5c4512da96f0d1c20addf610c;hb=71587de3ea9839d14d9f7bffa6c1db19e52dd9b5;hp=e46f96abecd497eb549bd170c196e7cfb4059cf3;hpb=749801f9983b087aee6844ee5fa0f0a7419ec5db;p=websub-hub diff --git a/test/src/common.js b/test/src/common.js index e46f96a..e205619 100644 --- a/test/src/common.js +++ b/test/src/common.js @@ -134,7 +134,7 @@ describe('Common', function () { it('covers default', function () { const result = common.attemptRetrySeconds(0); assert(result >= 60); - assert(result <= 60 * 1.618) + assert(result <= 60 * 1.618); }); }); // attemptRetrySeconds