Fix test class name
This commit is contained in:
parent
960e18a121
commit
4476c006ff
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from django.test import TestCase, Client
|
|||
from django.urls import reverse
|
||||
|
||||
|
||||
class MonthBeforeJanuaryTestCase(TestCase):
|
||||
class DateInFormsTestCase(TestCase):
|
||||
@classmethod
|
||||
def setUpTestData(cls):
|
||||
cls.username = 'testuser'
|
||||
|
|
Loading…
Reference in a new issue