Skip to content

Commit

Permalink
Update test_clean.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 authored Jul 9, 2024
1 parent 5f112c6 commit da3c0d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions manage/tests/test_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ def setUp(self):
shutil.rmtree(self.scratchspace_path)

def tearDown(self):
# DEBUG(phw2)
# if self.scratchspace_path.exists():
# shutil.rmtree(self.scratchspace_path)
pass
if self.scratchspace_path.exists():
shutil.rmtree(self.scratchspace_path)

def test_structure_helpers(self):
structure = {
Expand Down

0 comments on commit da3c0d2

Please sign in to comment.