We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cca7a commit dd64626Copy full SHA for dd64626
1 file changed
tests/integrations/jupyter/test_magics.py
@@ -325,8 +325,8 @@ def test_run_dag(
325
)
326
assert not output.stderr
327
328
- # At least 6 outputs expected as the number of models in the particular batch might vary
329
- assert len(output.outputs) >= 6
+ # At least 4 outputs expected as the number of models in the particular batch might vary
+ assert len(output.outputs) >= 4
330
331
html_text_actual = convert_all_html_output_to_text(output)
332
0 commit comments