Fixed model route
This commit is contained in:
parent
4a295a2716
commit
c4f71acb15
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
|
||||
from ..models import Activity, House
|
||||
from ...models import Activity, House
|
||||
|
||||
|
||||
class PointsEntryCreateViewTest(TestCase):
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
|
||||
from ..models import Activity, House
|
||||
from ...models import Activity, House
|
||||
|
||||
|
||||
class UserEntryCreateViewTest(TestCase):
|
||||
|
|
|
|||
Reference in a new issue