diff --git a/ScheduleBuilder/google_calendar/test.py b/ScheduleBuilder/google_calendar/test.py index a82d4b8..83531d6 100644 --- a/ScheduleBuilder/google_calendar/test.py +++ b/ScheduleBuilder/google_calendar/test.py @@ -2,7 +2,7 @@ import requests import pytest from google_calendar.views import * -from account.views import * +from profile.views import * from django.urls import reverse from django.test import Client from unittest.mock import Mock, patch