Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
uids6535 committed Sep 1, 2023
1 parent c6c5c81 commit 6f4a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/asammdf/gui/widgets/test_PlotWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_DoubleClick_Group(self):
QtTest.QTest.keyClick(plot.channel_selection, QtCore.Qt.Key_Down)
self.processEvents()

# Evaluate that item is still 2nd one because
# Evaluate that item is the one from the group
selectedItems = plot.channel_selection.selectedItems()
self.assertEqual(1, len(selectedItems))
selectedItem = selectedItems[0].text(self.Column.NAME)
Expand Down

0 comments on commit 6f4a60d

Please sign in to comment.