summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_miscwidgets.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-15 19:08:15 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-15 19:16:55 +0100
commite65c0dd8a7ed5c1955361ff8336036422b954d3f (patch)
tree7de209641292e43d36bb40aba7fde814392af815 /tests/unit/misc/test_miscwidgets.py
parent93cd200bb71f53d4dbbba14a239bf01776bf850e (diff)
downloadqutebrowser-e65c0dd8a7ed5c1955361ff8336036422b954d3f.tar.gz
qutebrowser-e65c0dd8a7ed5c1955361ff8336036422b954d3f.zip
pylint: Re-enable bad-continuation
And lots and lots of whitespace changes.
Diffstat (limited to 'tests/unit/misc/test_miscwidgets.py')
-rw-r--r--tests/unit/misc/test_miscwidgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_miscwidgets.py b/tests/unit/misc/test_miscwidgets.py
index 3e2261cc0..1ee351a81 100644
--- a/tests/unit/misc/test_miscwidgets.py
+++ b/tests/unit/misc/test_miscwidgets.py
@@ -106,7 +106,7 @@ class TestFullscreenNotification:
@pytest.mark.parametrize('bindings, text', [
({'<escape>': 'fullscreen --leave'},
- "Press Escape to exit fullscreen."),
+ "Press Escape to exit fullscreen."),
({'<escape>': 'fullscreen'}, "Page is now fullscreen."),
({'a': 'fullscreen --leave'}, "Press a to exit fullscreen."),
({}, "Page is now fullscreen."),