Skip to content

Commit

Permalink
update 'tests/unit/launchers/test_launch-train.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Nov 14, 2024
1 parent 9624d52 commit 29e7f3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/unit/launchers/test_launch_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ def test_train_table_with_several_valid_parameter_reports(
first_value,
"--reports",
second_value,
"--table_name", TABLE_NAME, "--source", PATH_TO_TABLE],
"--table_name", TABLE_NAME,
"--source", PATH_TO_TABLE
],
)
mock_post_init.assert_called_once()
mock_launch_train.assert_called_once()
Expand Down

0 comments on commit 29e7f3f

Please sign in to comment.