diff --git a/tests/test_utils.py b/tests/test_utils.py index 80755cf8..d94f38f1 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,4 @@ -from ogusa import utils +from ogusa.utils import read_cbo_forecast import numpy as np @@ -6,7 +6,7 @@ def test_read_cbo_forecast(): """ Test that CBO data read as expected. """ - test_df = utils.read_cbo_forecast() + test_df = read_cbo_forecast() assert np.allclose( test_df.loc[test_df["year"] == 2017, "Y"].values[0], 20344