Skip to content

Commit

Permalink
fix: fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzyphysics committed Mar 30, 2024
1 parent 987aaf1 commit 89e6ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_prep_run_caly.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def tearDown(self):
shutil.rmtree(self.work_dir, ignore_errors=True)
for i in Path().glob("prep-run-caly-step*"):
shutil.rmtree(i, ignore_errors=True)
shutil.rmtree("upload", ignore_errors=True)
# shutil.rmtree("upload", ignore_errors=True)

def test(self):
caly_evo_step_op = CalyEvoStep(
Expand Down

0 comments on commit 89e6ba7

Please sign in to comment.