Fix tests

This commit is contained in:
Gil Forcada
2015-02-16 16:35:43 +01:00
parent d5b5b1c2cd
commit 4ea41aba43
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ class RepliesTest(unittest.TestCase):
self.assertEqual(len(replies), 0)
# Make sure the first comment is still in the conversation
self.assertEqual(conversation.total_comments, 1)
self.assertEqual(conversation.total_comments(), 1)
def test_traversal(self):
# Create a nested structure of comment replies and check the traversal