Skip to content

Commit fa6a214

Browse files
authored
Remove "testing" from TestImportStructure (#2136)
1 parent d098db9 commit fa6a214

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Fixed
66
- Fixed incorrect warning for path not ending in `.nwb` when no path argument was provided. @t-b [#2130](https://github.com/NeurodataWithoutBorders/pynwb/pull/2130)
7-
7+
- Fixed import structure test. @rly [#2136](https://github.com/NeurodataWithoutBorders/pynwb/pull/2136)
88
### Documentation and tutorial enhancements
99
- Change UI of assistant to be an accordion that is always visible. [#2124](https://github.com/NeurodataWithoutBorders/pynwb/pull/2124)
1010

tests/back_compat/test_import_structure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def test_outer_import_structure(self):
7373
"register_class",
7474
"register_map",
7575
"spec",
76-
"testing",
7776
"validate",
7877
]
7978
for member in expected_structure:

0 commit comments

Comments
 (0)