Skip to content

Commit

Permalink
refactor: change unit test expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed May 12, 2023
1 parent c1a6458 commit cc2025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tests/ensembler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def test_update_ensembler_existing_job(
)
],
)
expected_error_message = "There is active ensembling job using this ensembler"
expected_error_message = "There is pending ensembling job using this ensembler"
actual_error_message = str(error.value)
assert expected_error_message == actual_error_message

Expand Down

0 comments on commit cc2025a

Please sign in to comment.