From 11ad66639732724e2874e98bf7aa1d6fa7d81930 Mon Sep 17 00:00:00 2001 From: Elliott Jin Date: Sat, 11 Mar 2017 11:10:15 -0800 Subject: [PATCH] tests: Fix docstring for test_signup_invalid_name. --- zerver/tests/test_signup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zerver/tests/test_signup.py b/zerver/tests/test_signup.py index 023b6f5ddc..de34b777de 100644 --- a/zerver/tests/test_signup.py +++ b/zerver/tests/test_signup.py @@ -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"