Skip to content

Commit

Permalink
../python/tests/tst_importModule.py - fix test
Browse files Browse the repository at this point in the history
remove QIntList from symbols list
  • Loading branch information
Allen Winter committed Oct 15, 2023
1 parent c9658c0 commit b10640e
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 @@ -27,7 +27,7 @@ def test_importModules(self):
symbols = ['AbstractTableElement', 'AutoTableElement', 'Cell', 'ChartElement',
'Element', 'ErrorDetails', 'Frame', 'HLineElement', 'Header',
'HeaderLocation', 'HtmlElement', 'ImageElement', 'MainTable',
'PreviewDialog', 'PreviewWidget', 'QIntList', 'Report', 'ReportBuilder',
'PreviewDialog', 'PreviewWidget', 'Report', 'ReportBuilder',
'TableBreakingSettingsDialog', 'TableElement', 'TextElement', 'Unit',
'VariableType', 'XmlHelper']
for symbol in symbols:
Expand Down

0 comments on commit b10640e

Please sign in to comment.