We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1736c37 commit 61411e9Copy full SHA for 61411e9
pydra/utils/tests/test_hash.py
@@ -171,7 +171,7 @@ def test_bytes_repr_type1():
171
172
def test_bytes_repr_type1a():
173
obj_repr = join_bytes_repr(Zip[Json])
174
- assert re.match(rb"type:\(fileformats.application.archive.Json__Zip\)", obj_repr)
+ assert obj_repr == rb"type:(fileformats.application.archive.Json__Zip)"
175
176
177
def test_bytes_repr_type2():
0 commit comments