Skip to content

Commit

Permalink
fix: ut
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzyphysics committed May 28, 2024
1 parent 2186693 commit a912324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/op/test_prep_caly_dp_optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
)

0 comments on commit a912324

Please sign in to comment.