Skip to content

Commit

Permalink
test: add rythorpe rename suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
asoplata committed Jan 27, 2025
1 parent a55779c commit 9490e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hnn_core/tests/test_network.py
Original file line number Diff line number Diff line change
@@ -1180,6 +1180,8 @@ def test_rename_cell():
for new_name in new_names:
assert new_name in net.cell_types.keys()
assert new_name in net.pos_dict.keys()
assert original_name not in net.cell_types.keys()
assert original_name not in net.pos_dict.keys()
assert not net.connectivity
# Tests for non-existent original_name
original_name = 'original_name'

0 comments on commit 9490e6b

Please sign in to comment.