From 5744a79e4d21b8e44c53a040496acf9f9d548768 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 9 Sep 2013 14:52:32 +0200 Subject: [PATCH] fix test for 88b77ff --- specs/test_comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/test_comment.py b/specs/test_comment.py index 7c63096..40bc6a4 100644 --- a/specs/test_comment.py +++ b/specs/test_comment.py @@ -50,7 +50,7 @@ class TestComments(unittest.TestCase): rv = json.loads(r.data) assert rv['id'] == 1 - assert rv['text'] == 'Lorem ipsum ...' + assert rv['text'] == '

Lorem ipsum ...

\n' def testCreate(self):