We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a35f4e commit 1cebdaeCopy full SHA for 1cebdae
1 file changed
tests/integrations/jupyter/test_magics.py
@@ -293,7 +293,7 @@ def test_plan(
293
# the models and how long it took
294
assert len(output.stdout.strip().split("\n")) == 46
295
assert not output.stderr
296
- assert len(output.outputs) == 5
+ assert len(output.outputs) == 4
297
text_output = convert_all_html_output_to_text(output)
298
# TODO: Is this what we expect?
299
# This has minor differences between CI/CD and local.
@@ -309,7 +309,6 @@ def test_plan(
309
["pre"] + ["span"] * 5,
310
["pre"],
311
["pre", "span"],
312
- ["pre"] + ["span"] * 9,
313
]
314
315
0 commit comments