This commit is contained in:
Daniel García Aubert
2017-07-18 11:56:54 +02:00
parent 40dc94e010
commit 669707b26c
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ describe('user timeout limits', function () {
var mapConfig = createMapConfig(TestClient.CARTOCSS.POINTS);
var testClient = new TestClient(mapConfig, 1234);
testClient.getTile(4, 4, 4, {}, function (err, /* res, tile */) {
testClient.getTile(4, 4, 4, {}, function (err /*, res, tile */) {
assert.ok(err, err);
// TODO: check timeout tile
testClient.drain(done);