diff --git a/neo/test/iotest/test_spykingcircus.py b/neo/test/iotest/test_spykingcircus.py index 787377602..52244beed 100644 --- a/neo/test/iotest/test_spykingcircus.py +++ b/neo/test/iotest/test_spykingcircus.py @@ -10,11 +10,11 @@ class TestSpykingCircusIO(BaseTestIO, unittest.TestCase): files_to_download = [ - 'spykingcircus_example0/recording.params', - 'spykingcircus_example0/recording/recording.result.hdf5', - 'spykingcircus_example0/recording/recording.result-merged.hdf5', + 'spykingcircus/spykingcircus_example0/recording.params', + 'spykingcircus/spykingcircus_example0/recording/recording.result.hdf5', + 'spykingcircus/spykingcircus_example0/recording/recording.result-merged.hdf5', ] - entities_to_test = ['spykingcircus_example0'] + entities_to_test = ['spykingcircus'] ioclass = SpykingCircusIO