Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Dec 4, 2023
1 parent 6dffbca commit 042814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python-wrapper/tests/utests/test_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ def monkey_list_objects(*_, **__):
with expect_exception_context(AttributeError):
item.checksum # pylint: disable=pointless-statement

assert item.path == f"path{i}"
assert item.path == f"path-{i}"

0 comments on commit 042814a

Please sign in to comment.