Fix test that fails due to the creator/author_name changes.
This commit is contained in:
parent
a6a48a58dd
commit
103c7323e7
@ -435,7 +435,8 @@ class CommentCatalogTest(unittest.TestCase):
|
||||
|
||||
self.assertEqual(len(collection.results()), 1)
|
||||
self.assertEqual(collection.results()[0].text, 'Comment text')
|
||||
self.assertEqual(collection.results()[0].creator, 'Jim')
|
||||
self.assertEqual(collection.results()[0].creator, 'jim')
|
||||
self.assertEqual(collection.results()[0].author_name, 'Jim')
|
||||
|
||||
|
||||
class NoConversationCatalogTest(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user