Skip to content

Commit 87e8e3e

Browse files
author
sprenger
committed
[tdt] fix test file names
1 parent 1e07a65 commit 87e8e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neo/test/iotest/test_tdtio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TestTdtIO(BaseTestIO, unittest.TestCase, ):
1818
'tdt/aep_05',
1919
# test single block
2020
'tdt/dataset_0_single_block/512ch_reconly_all-181123_B24_rest.Tdx',
21-
'tdt/dataset_1_single_block/ECTest-220207-135355_ECTest_B1.Tdx'
21+
'tdt/dataset_1_single_block/ECTest-220207-135355_ECTest_B1.Tdx',
2222
'tdt/aep_05/Block-1/aep_05_Block-1.Tdx'
2323
]
2424

neo/test/rawiotest/test_tdtrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TestTdtRawIO(BaseTestRawIO, unittest.TestCase, ):
1616
'tdt/aep_05',
1717
# test single block
1818
'tdt/dataset_0_single_block/512ch_reconly_all-181123_B24_rest.Tdx',
19-
'tdt/dataset_1_single_block/ECTest-220207-135355_ECTest_B1.Tdx'
19+
'tdt/dataset_1_single_block/ECTest-220207-135355_ECTest_B1.Tdx',
2020
'tdt/aep_05/Block-1/aep_05_Block-1.Tdx'
2121
]
2222

0 commit comments

Comments
 (0)