From b778bb25266ec1b4433b2931cb58d0691ca68c5f Mon Sep 17 00:00:00 2001 From: Zhenghui Wang Date: Thu, 14 Nov 2019 15:47:42 -0800 Subject: [PATCH] fix typo --- sdk/python/tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/tests/test.py b/sdk/python/tests/test.py index 220135e1c..97916a0e7 100644 --- a/sdk/python/tests/test.py +++ b/sdk/python/tests/test.py @@ -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):