Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 14, 2025
1 parent d715c4e commit fd69f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_on_data/ecephys/test_recording_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ class TestSpikeGLXRecordingInterface(RecordingExtractorInterfaceTestMixin):
def check_extracted_metadata(self, metadata: dict):
assert metadata["NWBFile"]["session_start_time"] == datetime(2020, 11, 3, 10, 35, 10)
assert metadata["Ecephys"]["Device"][-1] == dict(
name="NeuropixelImec0",
name="NeuropixelsImec0",
description="{"
'"probe_type": "0", '
'"probe_type_description": "NP1.0", '
Expand Down Expand Up @@ -676,7 +676,7 @@ class TestSpikeGLXRecordingInterfaceLongNHP(RecordingExtractorInterfaceTestMixin
def check_extracted_metadata(self, metadata: dict):
assert metadata["NWBFile"]["session_start_time"] == datetime(2024, 1, 3, 11, 51, 51)
assert metadata["Ecephys"]["Device"][-1] == dict(
name="NeuropixelImec0",
name="NeuropixelsImec0",
description="{"
'"probe_type": "1030", '
'"probe_type_description": "NP1.0 NHP", '
Expand Down

0 comments on commit fd69f1b

Please sign in to comment.