diff --git a/machine-learning/app/test_main.py b/machine-learning/app/test_main.py index 51ca050d82..5ca0c4598e 100644 --- a/machine-learning/app/test_main.py +++ b/machine-learning/app/test_main.py @@ -359,7 +359,7 @@ class TestRknnSession: ) info.assert_has_calls( - [mock.call(f"Loaded RKNN model from {str(model_path).replace("model","rk3566")} with {tpe} threads.")] + [mock.call(f"Loaded RKNN model from {str(model_path).replace('model','rk3566')} with {tpe} threads.")] ) def test_run_rknn(self, rknn_session: mock.Mock, mocker: MockerFixture) -> None: