diff --git a/test/conftest.py b/test/conftest.py index 1c926d38e..5aaa29636 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -114,8 +114,10 @@ class SeleniumWrapper: """ window.done = false; pyodide.runPythonAsync({!r}) - .then(function(output) {{ window.output = output; window.error = false; }}, - function(output) {{ window.output = output; window.error = true; }}) + .then(function(output) + {{ window.output = output; window.error = false; }}, + function(output) + {{ window.output = output; window.error = true; }}) .finally(() => window.done = true); """.format(code) )