Updated get_db_version and associated tests

This commit is contained in:
Rhet Turnbull
2019-11-30 21:39:58 -08:00
parent d056b6f8c0
commit eb563ad297
6 changed files with 10 additions and 107 deletions

View File

@@ -43,7 +43,8 @@ def test_db_version():
import osxphotos
photosdb = osxphotos.PhotosDB(dbfile=PHOTOS_DB)
assert photosdb.get_db_version() in osxphotos._TESTED_DB_VERSIONS
# assert photosdb.get_db_version() in osxphotos._TESTED_DB_VERSIONS
assert photosdb.get_db_version() == "6000"
def test_os_version():