Skip to content

Commit

Permalink
tests: Fix docstring for test_signup_invalid_name.
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-dreams authored and timabbott committed Mar 14, 2017
1 parent a1b5f91 commit 11ad666
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zerver/tests/test_signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,7 @@ def test_user_default_language(self):
def test_signup_invalid_name(self):
# type: () -> None
"""
Check if the default language of new user is the default language
of the realm.
Check if an invalid name during signup is handled properly.
"""
email = "[email protected]"
password = "newpassword"
Expand Down

0 comments on commit 11ad666

Please sign in to comment.