aboutsummaryrefslogtreecommitdiff
path: root/apps/notes/tests
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-12-29 08:37:39 -0600
committerluxagraf <sng@luxagraf.net>2018-12-29 08:37:39 -0600
commit4f7b84194b056b5d6d9acca4cceb2cabc04fd8a5 (patch)
tree7fe109e7aeaddab7aa5e7f46f99414064a248e52 /apps/notes/tests
parent02f520038e3c6d5a01c9545e9b1c3eb91e4e016c (diff)
cleaned up JS and made modal handler.
Diffstat (limited to 'apps/notes/tests')
-rw-r--r--apps/notes/tests/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/notes/tests/test_models.py b/apps/notes/tests/test_models.py
index 05f2618..0c53a25 100644
--- a/apps/notes/tests/test_models.py
+++ b/apps/notes/tests/test_models.py
@@ -3,7 +3,7 @@ from django.urls import reverse
from django.contrib import auth
from mixer.backend.django import mixer
-from notes.models import Note, Notebook
+from notes.models import Note, Notebook
User = auth.get_user_model()