passing some tests
This commit is contained in:
@@ -332,7 +332,7 @@ class VirtualEventViewTest(TestCase):
|
||||
def tearDown(self):
|
||||
try:
|
||||
os.remove('rowers/tests/testdata/temp/course.kml')
|
||||
except (WindowsError, OSError, IOError):
|
||||
except (FileNotFoundError, OSError, IOError):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user