Skip to content

Commit 24e7066

Browse files
committed
chore: update the tests
Signed-off-by: Alex Gronskiy <[email protected]>
1 parent fdb9eb5 commit 24e7066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nemo-evaluator-launcher/tests/unit_tests/test_cli_ls_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_data_format_validation(self, sample_tasks_data):
413413
"nemo_evaluator_launcher.api.functional.get_tasks_list",
414414
return_value=malformed_data,
415415
):
416-
with pytest.raises(AssertionError):
416+
with pytest.raises(ValueError):
417417
cmd.execute()
418418

419419
def test_column_width_distribution(self):

0 commit comments

Comments
 (0)