Skip to content

Commit

Permalink
broke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Mar 13, 2024
1 parent b221973 commit 72021b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/generic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class GenericTest(unittest.TestCase):
will be removed at the end of the tests. """

def tearDown(self):
#path = "{}.png".format(self.figure_name)
path = "{}.png".format(self.figure_name)
# Comment this to check the resulting image
# if os.path.exists(path):
# os.remove(path)
if os.path.exists(path):
os.remove(path)

0 comments on commit 72021b8

Please sign in to comment.