Skip to content

Commit

Permalink
Clean up after add_field in test
Browse files Browse the repository at this point in the history
Should fix #33.
  • Loading branch information
sampsyo committed Jun 30, 2020
1 parent a196016 commit 825ca0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_mediafile_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,10 @@ def test_write(self):

def tearDown(self):
self.remove_temp_dir()
try:
del mediafile.MediaFile.read_only_test
except AttributeError:
pass


def suite():
Expand Down

0 comments on commit 825ca0e

Please sign in to comment.