Skip to content

Commit

Permalink
Update tests/test_asyncio/test_commands.py
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Mesoraca <salvatore.mesoraca@aiven.io>
  • Loading branch information
aiven-sal authored Aug 7, 2024
1 parent dc934d9 commit a402886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_asyncio/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ async def test_bitop_not_in_place(self, r: valkey.Valkey):
@skip_if_server_version_lt("2.6.0")
@pytest.mark.onlynoncluster
async def test_bitop_single_string(self, r: valkey.Valkey):
test_str = b"\x01\x02\xff"
test_str = b"\x01\x02\xFF"
await r.set("a", test_str)
await r.bitop("and", "res1", "a")
await r.bitop("or", "res2", "a")
Expand Down

0 comments on commit a402886

Please sign in to comment.