Skip to content

Commit 1c0a4d7

Browse files
committed
fix typo
1 parent 6c505ac commit 1c0a4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dcm2bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_dcm2bids_key_absent():
633633
"config_test_key_absent.json"),
634634
bids_dir.name)
635635
app.run()
636-
epi_file = os.path.join(bids_dir.name, "sub-01", "fmap", "sub-01_fmap.json")
636+
epi_file = os.path.join(bids_dir.name, "sub-01", "fmap", "sub-01_epi.json")
637637
data = load_json(epi_file)
638638
assert os.path.exists(epi_file)
639639
assert data["SeriesNumber"] == 11

0 commit comments

Comments
 (0)