Skip to content

Commit

Permalink
fix: assert order
Browse files Browse the repository at this point in the history
  • Loading branch information
doublehomixide authored Jan 8, 2025
1 parent 7b63e99 commit 039be51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brokers/redis/test_consume.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def handler(msg) -> None:
),
timeout=3,
)
assert result, result==1
assert result==1, result

mock.assert_called_once_with(b"hello")

Expand Down

0 comments on commit 039be51

Please sign in to comment.