Skip to content

Commit

Permalink
test: update existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Mar 9, 2020
1 parent 23efa0c commit be17bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gui/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def test_MainView_on_source_changed_SourceConversationWrapper_is_preserved(mocke
# But if we click back (call on_source_changed again) to the source,
# its SourceConversationWrapper should _not_ be recreated.
mv.source_list.get_current_source = mocker.MagicMock(return_value=source)
conversation_wrapper = mv.source_conversations[source]
conversation_wrapper = mv.source_conversations[source.uuid]
conversation_wrapper.conversation_view = mocker.MagicMock()
conversation_wrapper.conversation_view.update_conversation = mocker.MagicMock()

Expand Down

0 comments on commit be17bb7

Please sign in to comment.