Skip to content

Commit

Permalink
Fix test file name
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 27, 2023
1 parent a6a2479 commit 543ecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io/test_openephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_multiple_probes():


def test_np_otpo_with_sync():
probe = read_openephys(data_path / "OE_Neuropix-PXI-with-sync" / "settings.xml")
probe = read_openephys(data_path / "OE_Neuropix-PXI-opto-with-sync" / "settings.xml")
assert probe.model_name == "Neuropixels Opto"
assert probe.get_shank_count() == 1
assert probe.get_contact_count() == 384
Expand Down

0 comments on commit 543ecdd

Please sign in to comment.