Fix Failing test_multiple_async (#1237)

This commit is contained in:
Jeff Glass
2023-02-28 07:21:10 -06:00
committed by GitHub
parent 68018cf078
commit 43d598d951

View File

@@ -80,9 +80,7 @@ class TestAsync(PyScriptTest):
)
self.wait_for_console("b func done")
assert self.console.log.lines[0] == self.PY_COMPLETE
# We are getting some deprecation warnings from pyodide, so we
# need to skip the first 2 lines
assert self.console.log.lines[3:] == [
assert self.console.log.lines[1:] == [
"A 0",
"B 0",
"A 1",