ttacon/libphonenumber

Test failed at f9c5ddf85ffa9cc802cb511f9ab4733d7d8fbb0e

deafwolf opened this issue · 3 comments

github.com/ttacon/libphonenumber on master via python
➔ git log | head -1
commit f9c5ddf

github.com/ttacon/libphonenumber on master via python
➔ go test github.com/ttacon/libphonenumber
--- FAIL: TestGetExampleNumberForNonGeoEntity (0.00s)
phonenumberutil_test.go:717: there should be an example 800 number
phonenumberutil_test.go:722: there should be an example number for 979
FAIL
FAIL github.com/ttacon/libphonenumber 0.016s

This was fixed in our port in case that's useful to someone (the logic was out of date, brought in from current Java impl):
nyaruka/phonenumbers@9c5a28d

Feel free to open a PR!

Tests are passing and happy again, closing, thanks for the report!