Skip to content

Commit

Permalink
changed number of keys from 0 to 1 in the eval command in "test_eval_…
Browse files Browse the repository at this point in the history
…hgetall_iterate"
  • Loading branch information
NimrodParasol committed Aug 21, 2018
1 parent 8be639f commit b461534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_fakeredis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3346,7 +3346,7 @@ def test_eval_hgetall_iterate(self):
end
return result
"""
val = self.redis.eval(lua, 0, 'foo')
val = self.redis.eval(lua, 1, 'foo')
sorted_val = sorted([val[:2], val[2:]])
self.assertEqual(
sorted_val,
Expand Down

0 comments on commit b461534

Please sign in to comment.