Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 4, 2023
1 parent 832c6fc commit 189ce41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgssymbollayer.py
Expand Up @@ -813,7 +813,6 @@ def testQgsLinePatternFillSymbolLayer(self):
self.assertEqual(mSymbolLayer.subSymbol().color(), QColor(250, 150, 200))
self.assertEqual(mSymbolLayer.color(), QColor(250, 150, 200))

@unittest.expectedFailure
def testQgsPointPatternFillSymbolLayerSld(self):
"""
Create a new style from a .sld file and match test
Expand Down

0 comments on commit 189ce41

Please sign in to comment.