Fixed wording of AuthViewsTestCase's docstring.

This commit is contained in:
Chris Jerdonek 2021-07-18 21:36:20 -07:00 committed by GitHub
parent 66058c5758
commit f3825ee050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ from .settings import AUTH_TEMPLATES
) )
class AuthViewsTestCase(TestCase): class AuthViewsTestCase(TestCase):
""" """
Helper base class for all the follow test cases. Helper base class for the test classes that follow.
""" """
@classmethod @classmethod