We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec659e4 commit 0cff15fCopy full SHA for 0cff15f
tests/integrations/jupyter/test_magics.py
@@ -299,14 +299,14 @@ def test_plan(
299
# This has minor differences between CI/CD and local.
300
assert "[2K" in text_output[0]
301
assert text_output[1].startswith(
302
- "Updating virtual layer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
+ "Updating virtual layer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
303
)
304
# TODO: Is this what we expect?
305
assert text_output[2] == ""
306
assert text_output[3] == "✔ Virtual layer updated"
307
assert convert_all_html_output_to_tags(output) == [
308
["pre", "span"],
309
- ["pre"] + ["span"] * 4,
+ ["pre"] + ["span"] * 5,
310
["pre"],
311
312
]
0 commit comments