Use some_app instead of education

This commit is contained in:
Radoslav Georgiev 2021-09-16 17:16:39 +03:00
parent 8f7ce514fd
commit 096476e36a
No known key found for this signature in database
GPG Key ID: 0B7753A4DFCE646D

View File

@ -317,7 +317,7 @@ from django.test import TestCase
from django.core.exceptions import ValidationError
from django.utils import timezone
from project.education.models import Course
from project.some_app.models import Course
class CourseTests(TestCase):