diff options
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r-- | archaeological_finds/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index 87ed1f179..b5f7ee8b7 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -1283,6 +1283,7 @@ class ImportFindTest(BaseImportFindTest): layer.CreateFeature(feature) feature = None datasource = None + os.remove(gpkg) class ExportTest(FindInit, TestCase): |