Skip to content

Commit 0cff15f

Browse files
committed
Fix magics test
1 parent ec659e4 commit 0cff15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrations/jupyter/test_magics.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,14 @@ def test_plan(
299299
# This has minor differences between CI/CD and local.
300300
assert "[2K" in text_output[0]
301301
assert text_output[1].startswith(
302-
"Updating virtual layer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
302+
"Updating virtual layer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
303303
)
304304
# TODO: Is this what we expect?
305305
assert text_output[2] == ""
306306
assert text_output[3] == "✔ Virtual layer updated"
307307
assert convert_all_html_output_to_tags(output) == [
308308
["pre", "span"],
309-
["pre"] + ["span"] * 4,
309+
["pre"] + ["span"] * 5,
310310
["pre"],
311311
["pre", "span"],
312312
]

0 commit comments

Comments
 (0)