Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghuiwang committed Nov 14, 2019
1 parent b3f2e73 commit b778bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/tests/test.py
Expand Up @@ -161,7 +161,7 @@ def test_log_metadata_successfully_with_minimum_information(self):
model_id = model.id
# ID should not change after logging twice.
e.log_output(model)
self.assertEqual(metrics_id, metrics.id)
self.assertEqual(model_id, model.id)

def test_invalid_workspace_should_fail(self):
with self.assertRaises(ValueError):
Expand Down

0 comments on commit b778bb2

Please sign in to comment.