From a912324c4242f17e0d50af0d75ff296df3609c21 Mon Sep 17 00:00:00 2001 From: zhenyu wang Date: Tue, 28 May 2024 19:31:21 +0800 Subject: [PATCH] fix: ut --- tests/op/test_prep_caly_dp_optim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/op/test_prep_caly_dp_optim.py b/tests/op/test_prep_caly_dp_optim.py index 8905e229..d1ffd724 100644 --- a/tests/op/test_prep_caly_dp_optim.py +++ b/tests/op/test_prep_caly_dp_optim.py @@ -149,5 +149,5 @@ def test_01_success(self): self.assertEqual(len(out["task_names"]), 1) self.assertEqual(len(out["task_dirs"]), 1) self.assertEqual( - out["task_names"], [str(Path(self.task_name) / Path("opt_path"))] + out["task_names"], [str(Path(self.task_name) / Path("opt_path_0"))] )