pelias / placeholder

stand-alone coarse geocoder
https://placeholder.demo.geocode.earth
MIT License
313 stars 35 forks source link

chore(tests): Replace problematic deepEquals with simpler assertions #221

Closed orangejulius closed 2 years ago

orangejulius commented 2 years ago

This test is probably diving too far into the implementation details of what we care about, and can fail on different SQLite versions

For example, as of this writing (2022/02/07), Ubuntu 20.04 on GitHub actions uses SQLite 3.31, where the test fails. My machine has SQLite 3.35, where it passes.