Skip to content

Commit 718aaaa

Browse files
committed
Fix tests
1 parent 482b563 commit 718aaaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integrations/jupyter/test_magics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,12 @@ def test_plan(
303303
)
304304
# TODO: Is this what we expect?
305305
assert text_output[2] == ""
306-
assert text_output[3] == "✔ Virtual layer updated"
306+
assert text_output[4] == "✔ Virtual layer updated"
307307
assert convert_all_html_output_to_tags(output) == [
308308
["pre", "span"],
309309
["pre"] + ["span"] * 5,
310310
["pre"],
311+
["pre"],
311312
["pre", "span"],
312313
]
313314

0 commit comments

Comments
 (0)