From a62bde97f1ab3345e85cdc32e07ba5631ba7ba59 Mon Sep 17 00:00:00 2001 From: Diego Tavares Date: Mon, 13 May 2024 09:30:24 -0700 Subject: [PATCH] Fix unit test --- cuegui/tests/Comments_tests.py | 1 - 1 file changed, 1 deletion(-) 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