Skip to content
Snippets Groups Projects
Commit 02a84b76 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Revert filename check

parent 8a8c3649
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,7 @@ import fsl.utils.bids as fslbids
def test_parseFilename():
badtests = ['bad_file.txt',
'badfile.txt']
badtests = ['bad_file.txt']
for test in badtests:
with pytest.raises(ValueError):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment