Skip to content

Commit 20aad31

Browse files
committed
fix failing test
1 parent 4c77eca commit 20aad31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ instance/
7474

7575
# Sphinx documentation
7676
docs/_build/
77+
docs/_build_doctress/
7778

7879
# PyBuilder
7980
target/

phys2bids/tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def test_integration_heuristic(skip_integration, multifreq_lab_file):
128128
assert isfile(join(conversion_path, "call.sh"))
129129

130130
# Read logger file
131-
logger_file = glob.glob(join(conversion_path, "*phys2bids*"))[0]
131+
logger_file = glob.glob(join(conversion_path, "*phys2bids*.tsv"))[0]
132132
with open(logger_file) as logger_info:
133133
logger_info = logger_info.readlines()
134134

0 commit comments

Comments
 (0)