Skip to content

Commit

Permalink
review clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed May 6, 2024
1 parent 9b4ea75 commit 58f3bf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/test_io_hdf5_h5tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,10 +771,6 @@ def setUp(self):
self.manager = get_foo_buildmanager()
self.path = get_temp_filepath()

def tearDown(self):
if os.path.exists(self.path):
os.remove(self.path)

def test_expand_false(self):
# Setup all the data we need
foo1 = Foo('foo1', [1, 2, 3, 4, 5], "I am foo1", 17, 3.14)
Expand Down

0 comments on commit 58f3bf0

Please sign in to comment.