Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarredSafegraph committed Nov 23, 2024
1 parent 5c72ce6 commit 34c384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion placekey/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_lookup_placekeys(self):
self.assertListEqual(
self.pk_api.lookup_placekeys(places),
[
{'query_id': 'place_0', 'placekey': '0rsdbudq45@5vg-7gq-5mk'},
{'query_id': 'place_0', 'placekey': '22g@5vg-7gq-5mk'},
{'query_id': 'thisqueryidaloneiscustom', 'placekey': '227-223@5vg-82n-pgk'},
{'query_id': 'place_2', 'placekey': '@5vg-82n-kzz'}
]
Expand Down

0 comments on commit 34c384f

Please sign in to comment.