diff --git a/tests/test_on_data/test_behavior_interfaces.py b/tests/test_on_data/test_behavior_interfaces.py index 082faf709..f6d568ae5 100644 --- a/tests/test_on_data/test_behavior_interfaces.py +++ b/tests/test_on_data/test_behavior_interfaces.py @@ -161,7 +161,7 @@ class TestFicTracDataInterface(DataInterfaceTestMixin, unittest.TestCase): interface_kwargs = [ dict( file_path=str(BEHAVIOR_DATA_PATH / "FicTrac" / "sample" / "sample-20230724_113055.dat"), - configuration_file_path=BEHAVIOR_DATA_PATH / "FicTrac" / "sample" / "config.txt", + configuration_file_path=str(BEHAVIOR_DATA_PATH / "FicTrac" / "sample" / "config.txt"), ), ] @@ -226,12 +226,6 @@ def check_read_nwb(self, nwbfile_path: str): # This is currently structured to assert spatial_series.timestamps[0] == 0.0 - # TODO: undo this skip in future PR - def check_run_conversion_default_backend_in_nwbconverter( - self, nwbfile_path: str, backend: Literal["hdf5", "zarr"] = "hdf5" - ): - pass - class TestFicTracDataInterfaceWithRadius(DataInterfaceTestMixin, unittest.TestCase): data_interface_cls = FicTracDataInterface