From b11a5afa8b039abd2e36ee083e66511768a09346 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 4 Feb 2021 12:30:15 +0000 Subject: [PATCH] fixed string --- core/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests.py b/core/tests.py index 45015a0..1a68f2f 100644 --- a/core/tests.py +++ b/core/tests.py @@ -39,7 +39,7 @@ class CustomUserViewSetTest(APITestCase): # anon user def test_anon_user_can_create_active_instance(self): - """Not logged-in user can create new instance of User but it's inactive + """Not logged-in user can create new instance of User, and it's active """ data = { 'email': 'test@email.com',