Skip to content

Commit

Permalink
update included probe metadata count in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Mar 4, 2024
1 parent c5d7dcf commit c4fa1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trodes_to_nwb/tests/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_get_file_info():

def test_get_included_probe_metadat_paths():
probes = get_included_probe_metadata_paths()
assert len(probes) == 8
assert len(probes) == 9
assert [probe.exists() for probe in probes]


Expand Down

0 comments on commit c4fa1d2

Please sign in to comment.