Skip to content

Commit

Permalink
small typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joni Herttuainen committed Dec 13, 2023
1 parent b4db5cd commit 369c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simulation_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def test__compare_ids(mock_missing_ids):
[{"spike_file": "fake_spikes.h5"}, None, lambda *_: {0, 1}],
[
{"source": "fake_node_set", "spike_file": "fake_spikes.h5"},
"3 ids not found in node set 'fake_node_set': 5, 6, 7",
"3 id(s) not found in node set 'fake_node_set': 5, 6, 7",
lambda *_: {5, 6, 7},
],
[
Expand Down

0 comments on commit 369c19b

Please sign in to comment.