Skip to content

Commit 9715ebd

Browse files
committed
Fix broken test_time_with_colons_gets_anonymized
Faulty test added at commit 4b3feba
1 parent 5669bc0 commit 9715ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_anonymize_single_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def test_time_with_colons_gets_anonymized():
624624

625625
new_time = dataset.AcquisitionTime
626626

627-
assert new_time != original_time
627+
assert len(new_time) == len("121558.123456")
628628
assert new_time != "121558.123456"
629629

630630

0 commit comments

Comments
 (0)