Skip to content

Commit

Permalink
WID-247-2: resolve test failure after renaming params
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Sep 9, 2024
1 parent 266532d commit fe9318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvbwidgets/tests/test_connectivity_matrix_editor_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_get_connectivity(wid):

def test_on_click_save(wid):
wid.save_button.click()
assert len(wid.connectivities_history) == 2
assert len(wid.connectivity_history_list) == 2

def test_prepare_new_connectivity(wid):
conn = wid._prepare_new_connectivity()
Expand Down

0 comments on commit fe9318b

Please sign in to comment.