Skip to content

Commit

Permalink
フォーマットの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
KobashiYu committed Mar 21, 2024
1 parent 0227d0a commit e6bf6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_failure_post_with_not_exists_user(self):
self.assertNotIn(SESSION_KEY, self.client.session)
self.assertIn(
"正しいユーザー名とパスワードを入力してください。どちらのフィールドも大文字と小文字は区別されます。",
form.errors["__all__"]
form.errors["__all__"]
)

def test_failure_post_with_empty_password(self):
Expand Down

0 comments on commit e6bf6f9

Please sign in to comment.