Skip to content

Commit dd64626

Browse files
fix incorrect math
1 parent a4cca7a commit dd64626

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integrations/jupyter/test_magics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ def test_run_dag(
325325
)
326326
assert not output.stderr
327327

328-
# At least 6 outputs expected as the number of models in the particular batch might vary
329-
assert len(output.outputs) >= 6
328+
# At least 4 outputs expected as the number of models in the particular batch might vary
329+
assert len(output.outputs) >= 4
330330

331331
html_text_actual = convert_all_html_output_to_text(output)
332332

0 commit comments

Comments
 (0)