Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed May 13, 2024
1 parent 615b847 commit a62bde9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cuegui/tests/Comments_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a62bde9

Please sign in to comment.