diff --git a/test/unit/datasource/geojson.cpp b/test/unit/datasource/geojson.cpp index 6fec8483d..31e07b0f7 100644 --- a/test/unit/datasource/geojson.cpp +++ b/test/unit/datasource/geojson.cpp @@ -210,6 +210,7 @@ TEST_CASE("geojson") { if (create_index) { detail::create_disk_index(filename, true); + CHECK(mapnik::util::exists(filename + ".index")); } mapnik::parameters params;