diff --git a/cfl_common/common/tests/test_models.py b/cfl_common/common/tests/test_models.py index 348e3117e..d881beb1c 100644 --- a/cfl_common/common/tests/test_models.py +++ b/cfl_common/common/tests/test_models.py @@ -6,7 +6,7 @@ from .utils.organisation import create_organisation_directly, join_teacher_to_organisation from .utils.student import create_independent_student_directly from .utils.teacher import signup_teacher_directly -from ..models import sanitise_uk_postcode +from ..helpers.organisation import sanitise_uk_postcode class TestModels(TestCase):