From 1f7fd32307a53764797aca50b4a1808ab5786992 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 30 Apr 2022 11:46:17 +1200 Subject: 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 --- tests/unit/javascript/test_js_execution.py | 1 - 1 file changed, 1 deletion(-) 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] -- cgit v1.2.3-54-g00ecf