Skip to content

Commit 6202f06

Browse files
committed
Fix more tests
1 parent 7e749a5 commit 6202f06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/src/python/test_qgssymbollayerutils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
from qgis.core import QgsSymbolLayerUtils, QgsMarkerSymbol
1818
from qgis.PyQt.QtGui import QColor
1919
from qgis.PyQt.QtCore import QSizeF, QPointF
20-
from qgis.testing import unittest
20+
from qgis.testing import unittest, start_app
21+
22+
start_app()
2123

2224

2325
class PyQgsSymbolLayerUtils(unittest.TestCase):

0 commit comments

Comments
 (0)