-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: test case fails for diffPlaces #1644
Comments
This test is failing for me too. It seems like the underlying remove-accents package is implicated. The test is depending on behavior from this change: tyxla/remove-accents#12 included first in release v0.4.2. But that behavior was reverted in 0.4.4 released in November '22. I don't really know what behavior is better. But if we want to just delegate that decision to |
Hi, thanks for tracking this down, I alerted the author in the linked issue above. |
It's unclear to me what direction the maintainers want to go with it, but in the meanwhile, I want the tests to pass.
A unit test has been failing because this dependency added normalization to the German [Eszet](https://en.wikipedia.org/wiki/%C3%9F) character. From a issue thread it sounds like we are going to encourage the maintainers to back out that change, but until then pin to a specific known-good version so that our unit tests pass :) Fixes #1644 Connects tyxla/remove-accents#12
I just merged #1655 to pin to a version of |
Describe the bug
The Test case fails for the diff Places
Steps to Reproduce
Clone dev branch, and run the tests
PELIAS_CONFIG=./test/test-pelias-config.json node --trace-uncaught test/unit/run.js | npx tap-dot
Expected behavior
Should check for
grolmanstrasse
Environment (please complete the following information):
Pastebin/Screenshots
The text was updated successfully, but these errors were encountered: