Skip to content

Commit 61411e9

Browse files
tcloseeffigies
andauthored
Update pydra/utils/tests/test_hash.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 1736c37 commit 61411e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/utils/tests/test_hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def test_bytes_repr_type1():
171171

172172
def test_bytes_repr_type1a():
173173
obj_repr = join_bytes_repr(Zip[Json])
174-
assert re.match(rb"type:\(fileformats.application.archive.Json__Zip\)", obj_repr)
174+
assert obj_repr == rb"type:(fileformats.application.archive.Json__Zip)"
175175

176176

177177
def test_bytes_repr_type2():

0 commit comments

Comments
 (0)