Skip to content

Commit 056481b

Browse files
committed
test(pynml): update test for renamed function
1 parent e929f12 commit 056481b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pynml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import logging
1515

1616
from pyneuroml.pynml import (extract_lems_definition_files, list_exposures,
17-
list_recording_paths)
17+
list_recording_paths_for_exposures)
1818

1919

2020
logger = logging.getLogger(__name__)
@@ -67,7 +67,7 @@ def test_exposure_listing(self):
6767

6868
def test_recording_path_listing(self):
6969
"""Test listing of recording paths in NeuroML documents."""
70-
paths = list_recording_paths("tests/izhikevich_test_file.nml", "iz")
70+
paths = list_recording_paths_for_exposures("tests/izhikevich_test_file.nml", "iz")
7171
self.assertTrue("izh2007RS0/u" in paths)
7272
self.assertTrue("izh2007RS0/v" in paths)
7373

0 commit comments

Comments
 (0)