mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-28 14:01:35 -05:00
Fix Failing test_multiple_async (#1237)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user