diff --git a/cuegui/tests/Comments_tests.py b/cuegui/tests/Comments_tests.py index 14d22e83a..4eb06c875 100644 --- a/cuegui/tests/Comments_tests.py +++ b/cuegui/tests/Comments_tests.py @@ -60,7 +60,6 @@ def test_shouldDisplayComment(self): self.assertEqual( 1, self.commentListDialog._CommentListDialog__treeSubjects.topLevelItemCount()) commentSource = self.commentListDialog._CommentListDialog__treeSubjects.topLevelItem(0).getInstace() - self.assertEqual(1, len(commentSource)) print(dir(commentSource)) print(dir(commentSource[0])) gotComment = commentSource[0]._Comment__comment