summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2022-04-30 11:46:17 +1200
committertoofar <toofar@spalge.com>2022-07-03 16:51:04 +1200
commit1f7fd32307a53764797aca50b4a1808ab5786992 (patch)
treebfdde49bb75dc3632d95da8ba88091c664b021e9
parent6a9abd22764a14f86c625250952d2842bc9d34fe (diff)
downloadqutebrowser-1f7fd32307a53764797aca50b4a1808ab5786992.tar.gz
qutebrowser-1f7fd32307a53764797aca50b4a1808ab5786992.zip
Fix lint for visual indent
adjust indent of trailing lines because the leading ones got longer when re-writing imports in the big qt import reference rewrite commit
-rw-r--r--tests/unit/javascript/test_js_execution.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/javascript/test_js_execution.py b/tests/unit/javascript/test_js_execution.py
index e4d0f8327..03b82e704 100644
--- a/tests/unit/javascript/test_js_execution.py
+++ b/tests/unit/javascript/test_js_execution.py
@@ -59,7 +59,6 @@ def test_element_js_webkit(webview, js_enabled, expected):
def test_simple_js_webengine(qtbot, webengineview, qapp,
js_enabled, world, expected):
"""With QtWebEngine, runJavaScript works even when JS is off."""
-
assert world in [webenginecore.QWebEngineScript.ScriptWorldId.MainWorld,
webenginecore.QWebEngineScript.ScriptWorldId.ApplicationWorld,
webenginecore.QWebEngineScript.ScriptWorldId.UserWorld]