Skip to content

Commit

Permalink
fix(translate): fix a broken test
Browse files Browse the repository at this point in the history
fixes #4353
  • Loading branch information
Takashi Matsuo committed Jul 22, 2020
1 parent be30f47 commit dd05633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/automl/model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def test_model_list_get_evaluate(capsys):
project_id, compute_region, model_id, model_evaluation_id
)
out, _ = capsys.readouterr()
assert "evaluation_metric" in out
assert model_evaluation_id in out

0 comments on commit dd05633

Please sign in to comment.