Skip to content

Commit 3f277b6

Browse files
committed
Fix test truth.
1 parent fdb5729 commit 3f277b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/tests/test_main.py

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

172172
row1 = get_formatted_scans_key_row(dcm_fn)
173173
assert len(row1) == 3
174-
assert row1[0] == '2016-10-14T09:26:36.693000'
174+
assert row1[0] == '2016-10-14T09:26:34.692500'
175175
assert row1[1] == 'n/a'
176176
prandstr1 = row1[2]
177177

0 commit comments

Comments
 (0)