diff --git a/src/neuroconv/tools/testing/data_interface_mixins.py b/src/neuroconv/tools/testing/data_interface_mixins.py index d3107650b..e7daa70f1 100644 --- a/src/neuroconv/tools/testing/data_interface_mixins.py +++ b/src/neuroconv/tools/testing/data_interface_mixins.py @@ -232,9 +232,9 @@ def test_all_conversion_checks(self, setup_interface, tmp_path): self.check_metadata() self.check_run_conversion_in_nwbconverter_with_backend(nwbfile_path=nwbfile_path, backend="hdf5") - self.check_run_conversion_in_nwbconverter_with_backend_configuration(nwbfile_path=nwbfile_path, backend="hdf5") self.check_run_conversion_with_backend_configuration(nwbfile_path=nwbfile_path, backend="hdf5") + self.check_run_conversion_in_nwbconverter_with_backend_configuration(nwbfile_path=nwbfile_path, backend="hdf5") self.check_read_nwb(nwbfile_path=nwbfile_path)