sharedstreets / sharedstreets-builder

Making maps connectable: stable, non-proprietary IDs and data standards for streets
MIT License
28 stars 12 forks source link

Failing SharedStreetsIdTest #20

Closed hbruch closed 5 years ago

hbruch commented 5 years ago

When running grade build on the current master, the SharedStreetsIdTest fails:

org.junit.ComparisonFailure: expected:<2[f8927dd68e7ed8d1b7ff16e979b83ae]> but was:<2[456bffd0ffca31eaaeb81f627415e29]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at io.sharedstreets.tools.builder.util.SharedStreetsIdTest.evaluate(SharedStreetsIdTest.java:33)

hbruch commented 5 years ago

This issue is caused by #22, so closing here