tests: Fix docstring for test_signup_invalid_name.

This commit is contained in:
Elliott Jin 2017-03-11 11:10:15 -08:00 committed by Tim Abbott
parent a1b5f91c1a
commit 11ad666397
1 changed files with 1 additions and 2 deletions

View File

@ -912,8 +912,7 @@ class UserSignUpTest(ZulipTestCase):
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 = "newguy@zulip.com"
password = "newpassword"