fix corresponding test scenario

This commit is contained in:
Masud Zare 2018-05-07 15:58:32 +04:30
parent 9d642fa0b3
commit 72ea5ab05d

View file

@ -23,6 +23,6 @@ describe('Vector tiles', function() {
testTile(prefix, 0, 1, 0, 404);
testTile(prefix, 0, 0, 1, 404);
testTile(prefix, 14, 0, 0, 404); // non existent tile
testTile(prefix, 14, 0, 0, 204); // non existent tile
});
});