Skip to content

Commit

Permalink
python/tests/tst_importModule.py - remove QIntList from symbols list
Browse files Browse the repository at this point in the history
QIntList symbol was removed long ago.

fixes the test
  • Loading branch information
Allen Winter committed Dec 14, 2023
1 parent 30a080f commit fc642d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/tst_importModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_importModules(self):
'DateTimeGrid', 'DateTimeScaleFormatter', 'ForwardingProxyModel',
'GraphicsScene', 'GraphicsView', 'ItemDataRole', 'ItemDelegate',
'ItemType', 'Legend', 'ListViewRowController', 'ProxyModel',
'QIntList', 'Span', 'StyleOptionGanttItem', 'View']
'Span', 'StyleOptionGanttItem', 'View']
for symbol in symbols:
self.assertIn(symbol, moduleSymbols)

Expand Down

0 comments on commit fc642d7

Please sign in to comment.