Skip to content

Commit

Permalink
Fixed US Reverse Geo test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Amundson committed Jun 27, 2023
1 parent 88499ad commit b6291a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void testAddressLookupSerializedAndSentWithContext() throws Exception {
Lookup lookup = new Lookup(44.888888888, -111.111111111);
client.send(lookup);

assertEquals("http://localhost/lookup?latitude=44.88888889&longitude=-111.11111111&source=", capturingSender.getRequest().getUrl());
assertEquals("http://localhost/lookup?latitude=44.88888889&longitude=-111.11111111", capturingSender.getRequest().getUrl());
}

//endregion
Expand Down

0 comments on commit b6291a9

Please sign in to comment.