From 02a84b76aa6a2950ef7d71507b1eeafb55a1c13e Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 23 Feb 2021 18:41:18 +0000
Subject: [PATCH] TEST: Revert filename check

---
 tests/test_bids.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/test_bids.py b/tests/test_bids.py
index ff236b52..4a2bc1e1 100644
--- a/tests/test_bids.py
+++ b/tests/test_bids.py
@@ -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):
-- 
GitLab