diff --git a/CHANGELOG.md b/CHANGELOG.md index e52e1cbf0..c9107eb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixed - 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) - +- Fixed import structure test. @rly [#2136](https://github.com/NeurodataWithoutBorders/pynwb/pull/2136) ### Documentation and tutorial enhancements - Change UI of assistant to be an accordion that is always visible. [#2124](https://github.com/NeurodataWithoutBorders/pynwb/pull/2124) diff --git a/tests/back_compat/test_import_structure.py b/tests/back_compat/test_import_structure.py index 8fde69520..86eabac72 100644 --- a/tests/back_compat/test_import_structure.py +++ b/tests/back_compat/test_import_structure.py @@ -73,7 +73,6 @@ def test_outer_import_structure(self): "register_class", "register_map", "spec", - "testing", "validate", ] for member in expected_structure: