Skip to content

Commit 0368d63

Browse files
committed
Fixed indentation in previous commit.
1 parent 536db42 commit 0368d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/auth_tests/test_forms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ def test_password_whitespace_not_stripped(self):
240240
{'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator'},
241241
])
242242
def test_password_help_text(self):
243-
form = UserCreationForm()
244-
self.assertEqual(
243+
form = UserCreationForm()
244+
self.assertEqual(
245245
form.fields['password1'].help_text,
246246
'<ul><li>Your password can&#39;t be too similar to your other personal information.</li></ul>'
247247
)

0 commit comments

Comments
 (0)