mirror of https://github.com/fspc/workstand.git
Drew Larson
8 years ago
2 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@ |
|||||
from django.test import TestCase |
from django.test import TestCase |
||||
|
|
||||
|
|
||||
from .models import CustomUser, Member |
from ..models import CustomUser, Member |
||||
|
|
||||
|
|
||||
class TestCustomUserManager(TestCase): |
class TestCustomUserManager(TestCase): |
Loading…
Reference in new issue