From cb9cdf22c30355909d1599ececa4901d06f70cad Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 1 Nov 2012 11:09:24 -0400 Subject: [PATCH] tests: Correct documentation on test_message_to_nonexistent_stream (imported from commit 76176083c1a0494856a3507214e2cfc3844d1fc1) --- zephyr/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zephyr/tests.py b/zephyr/tests.py index add47d7b55..9047075cd0 100644 --- a/zephyr/tests.py +++ b/zephyr/tests.py @@ -344,8 +344,7 @@ class MessagePOSTTest(AuthedTestCase): def test_message_to_nonexistent_stream(self): """ - Sending a message to a nonexistent stream creates the stream and - is successful. + Sending a message to a nonexistent stream fails. """ self.login("hamlet@humbughq.com") self.assertFalse(Stream.objects.filter(name="nonexistent_stream"))