Removed whitespace

This commit is contained in:
Jason Rosenzweig 2021-07-19 21:14:49 +08:00
parent 93d58704d9
commit 4b152c14ec
No known key found for this signature in database
GPG Key ID: 666E4F1B0D61087C
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class TestFileCompletion:
"""With / as path, show root contents."""
prompt = get_prompt('/')
assert prompt._file_model.rootPath() == '/'
def test_tab_root(self, get_prompt, qtbot):
prompt = get_prompt('/')
qtbot.keySequence(prompt._lineedit, QKeySequence(Qt.CTRL + Qt.Key_U))