PLease jshint

This commit is contained in:
Daniel García Aubert 2019-07-09 14:59:16 +02:00
parent ef39f23d1f
commit bca723bcf3

View File

@ -166,7 +166,7 @@ describe('cache-control header', function () {
const testClient = new TestClient(mapConfig, 1234);
testClient.getTile(0, 0, 0, {}, function (err, res, layergroup) {
testClient.getTile(0, 0, 0, {}, function (err, res) {
if (err) {
return done(err);
}