Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis13 committed Nov 1, 2024
1 parent a1e4ec7 commit 28b1f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_bytes.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ def test_delete_bytes(mock_data, context):

assert client.bytes_exists("python_bytes_deleted")

client.delete_bytes("python_bytes_deleted", bytes)
client.delete_bytes("python_bytes_deleted")

assert not client.bytes_exists("python_bytes_deleted")

0 comments on commit 28b1f33

Please sign in to comment.