Skip to content

Commit 39e182b

Browse files
committed
Change test file naming following GIN changes
1 parent ca297d4 commit 39e182b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neo/test/iotest/test_biocam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TestBiocamIO(BaseTestIO, unittest.TestCase, ):
1414
'biocam'
1515
]
1616
entities_to_test = [
17-
'biocam/test_biocam.brw'
17+
'biocam/biocam_hw3.0_fw1.6.brw'
1818
]
1919

2020

neo/test/rawiotest/test_biocam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TestBiocamRawIO(BaseTestRawIO, unittest.TestCase, ):
1212
rawioclass = BiocamRawIO
1313

1414
entities_to_download = [
15-
'biocam/test_biocam.brw'
15+
'biocam/biocam_hw3.0_fw1.6.brw'
1616
]
1717

1818
entities_to_download = [

0 commit comments

Comments
 (0)