Skip to content

Commit 609aa27

Browse files
committed
Fix test again.
1 parent 5d1d4c6 commit 609aa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/tests/test_heuristics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_scans_keys_reproin(tmpdir, invocation):
116116
if i != 0:
117117
assert(os.path.exists(pjoin(dirname(scans_keys[0]), row[0])))
118118
assert(re.match(
119-
'^[\d]{4}-[\d]{2}-[\d]{2}T[\d]{2}:[\d]{2}:[\d]{2}.\d]{6}$',
119+
'^[\d]{4}-[\d]{2}-[\d]{2}T[\d]{2}:[\d]{2}:[\d]{2}.[\d]{6}$',
120120
row[1]))
121121

122122

0 commit comments

Comments
 (0)