From eeb496629443c60fba6dd5998f4feffb819a5f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Mon, 19 Feb 2018 12:42:42 +0100 Subject: [PATCH] make jshint happy --- test/unit/cartodb/rate-limit.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/cartodb/rate-limit.test.js b/test/unit/cartodb/rate-limit.test.js index a33a3d3c..cd781daa 100644 --- a/test/unit/cartodb/rate-limit.test.js +++ b/test/unit/cartodb/rate-limit.test.js @@ -122,7 +122,7 @@ describe('rate-limit', function() { ); }); - it("1 req/sec: 5 request (1 per 250ms) should be: not limited, limited, limited, limited, not limited", function(done) { + it("1 req/sec: 5 request (1 per 250ms) should be limited: OK, KO, KO, KO, OK", function(done) { const count = 1; const period = 1; const burst = 0;