Skip to content

Commit bad60db

Browse files
author
Joshua
committed
Add async tests for hsetex
1 parent 172a094 commit bad60db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3244,7 +3244,7 @@ def test_hsetex(self, r):
32443244
assert r.hget("a", "field1") == b"value2"
32453245

32463246
@skip_if_server_version_lt("9.0.0")
3247-
def test_hset_ex_invalid_params(self, r):
3247+
def test_hsetex_invalid_params(self, r):
32483248
with pytest.raises(exceptions.DataError):
32493249
r.hsetex("a", "field1", "value1", ex=5, px=5000) # Both ex and px provided
32503250

0 commit comments

Comments
 (0)