diff --git a/tests/scheduled_checks.py b/tests/scheduled_checks.py index 1876900ee..99d701fbe 100644 --- a/tests/scheduled_checks.py +++ b/tests/scheduled_checks.py @@ -4,7 +4,7 @@ import pytest import requests from astrodb_utils.utils import internet_connection -from astrodbkit2.astrodb import Database, create_database +from astrodbkit.astrodb import Database, create_database from tqdm import tqdm sys.path.append(".")