Skip to content

Commit

Permalink
Fixed test in US Reverse Geo.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartybryan committed Jun 27, 2023
1 parent 2bb75de commit 55d69a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_sending_single_fully_populated_lookup
sender = RequestCapturingSender.new
serializer = FakeDeserializer.new({"results"=>[{}]})
client = Client.new(sender, serializer)
lookup = Lookup.new(44.888888888, -111.111111111)
lookup = Lookup.new(44.888888888, -111.111111111, "")

client.send(lookup)

Expand Down

0 comments on commit 55d69a0

Please sign in to comment.