From 72ea5ab05dfd947dccca78a5f0914560f8a9b277 Mon Sep 17 00:00:00 2001 From: Masud Zare Date: Mon, 7 May 2018 15:58:32 +0430 Subject: [PATCH] fix corresponding test scenario --- test/tiles_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tiles_data.js b/test/tiles_data.js index 2e6566a..5b9b68e 100644 --- a/test/tiles_data.js +++ b/test/tiles_data.js @@ -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 }); });