fix errored value in test
This commit is contained in:
parent
b4ca44f096
commit
fc36950c1d
@ -166,8 +166,9 @@ describe('MVT Mapnik', function () {
|
|||||||
|
|
||||||
const geojsonTile = JSON.parse(MVT.toGeoJSONSync(0));
|
const geojsonTile = JSON.parse(MVT.toGeoJSONSync(0));
|
||||||
assert.strictEqual(geojsonTile.features[0].properties.status, false);
|
assert.strictEqual(geojsonTile.features[0].properties.status, false);
|
||||||
assert.strictEqual(geojsonTile.features[0].properties.data, undefined);
|
assert.strictEqual(geojsonTile.features[0].properties.data, 0);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user