Skip to content

Commit

Permalink
fix:tests for redis 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 27, 2024
1 parent b6c0140 commit c4dcf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mixins/test_set_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_sismember_wrong_type(r: redis.Redis):


def test_smembers(r: redis.Redis):
assert r.smembers("foo") == []
assert set(r.smembers("foo")) == set()


def test_smembers_copy(r: redis.Redis):
Expand Down

0 comments on commit c4dcf7e

Please sign in to comment.