Skip to content

Commit

Permalink
fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 7, 2024
1 parent 5748725 commit 2de32de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_get_sender(redis_clean_up, members):
assert redis_storage.smembers(REDIS_KEY_SEND_FEEDBACK) == []
assert redis_storage.smembers(REDIS_KEY_SEND_FEEDBACK) == set()

sender = get_sender(members)

Expand Down

0 comments on commit 2de32de

Please sign in to comment.