Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtedde committed Sep 25, 2023
1 parent 46e56a1 commit fc2758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_ssh_dialog_success(qapp, qtbot, mocker, tmpdir):
qtbot.waitUntil(lambda: ssh_dialog_closed.called, **pytest._wait_defaults)
assert len(ssh_dir.listdir()) == 2

# Ensure it populated in SSH combobox
# Ensure new key is populated in SSH combobox
mocker.patch('os.path.expanduser', return_value=str(tmpdir))
tab.init_ssh()
assert tab.sshComboBox.count() == 2
Expand Down

0 comments on commit fc2758b

Please sign in to comment.