Skip to content

Commit

Permalink
Update test_countries_sync.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Nov 9, 2022
1 parent c45b324 commit eb6e7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_countries_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ def tally_messages(messages: list) -> Counter:
assert counter["SCHEMA", "countries"] == 1
assert counter["BATCH", "countries"] == 1

assert counter[("STATE",)] == 2
assert counter[("STATE",)] == 4

0 comments on commit eb6e7a7

Please sign in to comment.