]> git.ipfire.org Git - location/debian/libloc.git/blobdiff - tests/python/test-export.py
Update upstream source from tag 'upstream/0.9.16'
[location/debian/libloc.git] / tests / python / test-export.py
index 419b10500ab95db3eaee168bce1131257cc6162c..69218612928a376f5da136d741acdec44237b2a4 100755 (executable)
@@ -25,7 +25,7 @@ TEST_DATA_DIR = os.environ["TEST_DATA_DIR"]
 
 class Test(unittest.TestCase):
        def setUp(self):
-               path = os.path.join(TEST_DATA_DIR, "location-2022-03-30.db")
+               path = os.path.join(TEST_DATA_DIR, "database.db")
 
                # Load the database
                self.db = location.Database(path)