We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482b563 commit 718aaaaCopy full SHA for 718aaaa
1 file changed
tests/integrations/jupyter/test_magics.py
@@ -303,11 +303,12 @@ def test_plan(
303
)
304
# TODO: Is this what we expect?
305
assert text_output[2] == ""
306
- assert text_output[3] == "✔ Virtual layer updated"
+ assert text_output[4] == "✔ Virtual layer updated"
307
assert convert_all_html_output_to_tags(output) == [
308
["pre", "span"],
309
["pre"] + ["span"] * 5,
310
["pre"],
311
+ ["pre"],
312
313
]
314
0 commit comments