mirror of
https://github.com/traccar/traccar.git
synced 2025-01-09 04:07:38 +08:00
Fix geocoder unit test
This commit is contained in:
parent
f278d3ff3e
commit
eea11002ea
@ -9,9 +9,9 @@ public class GoogleReverseGeocoderTest {
|
||||
public void testGetAddress() {
|
||||
|
||||
ReverseGeocoder reverseGeocoder = new GoogleReverseGeocoder();
|
||||
|
||||
|
||||
assertEquals(
|
||||
"Novotsentral'naya ulitsa, Saint Petersburg, Russia",
|
||||
"Novotsentral'naya ulitsa, 45, Saint Petersburg, Russia",
|
||||
reverseGeocoder.getAddress(60.0, 30.0));
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user