We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0851c0d commit 1f857f0Copy full SHA for 1f857f0
tests/test_commands.py
@@ -2656,7 +2656,7 @@ def test_binary_lists(self, r):
2656
r.rpush(key, *value)
2657
2658
# check that KEYS returns all the keys as they are
2659
- assert sorted(r.keys('*')) == sorted(list(iterkeys(mapping)))
+ assert sorted(r.keys('*')) == sorted(iterkeys(mapping))
2660
2661
# check that it is possible to get list content by key name
2662
for key, value in iteritems(mapping):
0 commit comments