From ad0077ad24245054102eeb578287c4feb6ec6f51 Mon Sep 17 00:00:00 2001 From: kalyanr Date: Thu, 7 Dec 2023 09:39:47 +0530 Subject: [PATCH] update comment Signed-off-by: kalyanr --- tests/ml_commons/test_ml_commons_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ml_commons/test_ml_commons_client.py b/tests/ml_commons/test_ml_commons_client.py index 20193a03..8469f2d3 100644 --- a/tests/ml_commons/test_ml_commons_client.py +++ b/tests/ml_commons/test_ml_commons_client.py @@ -576,8 +576,8 @@ def test_search(): assert raised == False, "Raised Exception in searching model" -# Model Profile Tests. These will need some model train/predict data. Hence, need to be -# at the end after the training/prediction tests are done. +# Model Profile Tests. These tests will need some model train/predict run data. Hence, need +# to be run at the end after the training/prediction tests are done. @pytest.fixture