koopjs / FeatureServer

An open source Geoservices Implementation (deprecated)
https://geoservices.github.io
Other
104 stars 32 forks source link

Adjust value for test that was failing on Travis due to update packages. #126

Closed rgwozdz closed 5 years ago

rgwozdz commented 5 years ago

Travis shows a test failing on latest build despite no recent changes to code base. I tested the locally and found the same behavior once I deleted node_modules and my local package-lock.json or a yarn.lock file.

This likely has something to do with an update in a dependency, possibly farmhash, since we use farmhash to create OBJECTIDs, which is what the failing assertion was testing.