Skip to content

Commit

Permalink
restore metadata test
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 4, 2024
1 parent b560f29 commit ca00c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_on_data/ecephys/test_spikeglx_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ def test_multi_probe_spikeglx_converter(self):
device_metadata = test_ecephys_metadata.pop("Device")
expected_device_metadata = expected_ecephys_metadata.pop("Device")

assert device_metadata == expected_device_metadata
assert test_ecephys_metadata == expected_ecephys_metadata

nwbfile_path = self.tmpdir / "test_multi_probe_spikeglx_converter.nwb"
converter.run_conversion(nwbfile_path=nwbfile_path, metadata=metadata)

Expand Down

0 comments on commit ca00c34

Please sign in to comment.