Skip to content

Commit 825ca0e

Browse files
committed
Clean up after add_field in test
Should fix #33.
1 parent a196016 commit 825ca0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_mediafile_edge.py

+4
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,10 @@ def test_write(self):
442442

443443
def tearDown(self):
444444
self.remove_temp_dir()
445+
try:
446+
del mediafile.MediaFile.read_only_test
447+
except AttributeError:
448+
pass
445449

446450

447451
def suite():

0 commit comments

Comments
 (0)