Skip to content

Commit 17972e5

Browse files
authored
test(geocode): remove whitehouse case, keeps changing (#201)
1 parent 08987b3 commit 17972e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map/geocode.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('getFullAddress', () => {
1414
})
1515

1616
test('normal usage', async () => {
17-
expect(await getFullAddress([-77.036551, 38.898104])).toBe('1600 Pennsylvania Avenue Northwest, Washington, District of Columbia 20500, United States')
17+
// expect(await getFullAddress([-77.036574, 38.8976765])).toBe('1600 Pennsylvania Avenue Northwest, Washington, District of Columbia 20500, United States')
1818
expect(await getFullAddress([-0.106640, 51.514209])).toBe('133 Fleet Street, City of London, London, EC4A 2BB, United Kingdom')
1919
expect(await getFullAddress([-2.076843, 51.894799])).toBe('4 Montpellier Drive, Cheltenham, GL50 1TX, United Kingdom')
2020
})

0 commit comments

Comments
 (0)