Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmin764 committed Nov 6, 2024
1 parent 2f86e88 commit 8302845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_payments.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _check_quantities(order, initial_data):

def _check_stats(redis_client):
expected_calls = [
call("POPULAR_ICECREAM", 10, "Vanilla:123"),
call("POPULAR_ICECREAM", 10, "Vanilla:1"),
call("POPULAR_ICECREAM", 20, "Chocolate:2"),
call("POPULAR_ICECREAM", 5, "Strawberry:3"),
]
Expand Down

0 comments on commit 8302845

Please sign in to comment.