diff --git a/src/test/java/com/google/maps/GeocodingApiTest.java b/src/test/java/com/google/maps/GeocodingApiTest.java index 7b2609f37..408af735c 100644 --- a/src/test/java/com/google/maps/GeocodingApiTest.java +++ b/src/test/java/com/google/maps/GeocodingApiTest.java @@ -243,12 +243,12 @@ public void testReverseGeocodeRestrictedByType() throws Exception { } /** - * Testing partial match for "21 Henr St, Bristol, UK" + * Testing partial match. */ @Test public void testPartialMatch() throws Exception { GeocodingResult[] results = GeocodingApi.newRequest(context) - .address("21 Henr St, Bristol, UK").await(); + .address("Pirrama Pyrmont").await(); assertNotNull(results); assertTrue(results[0].partialMatch);