Skip to content

Commit

Permalink
Force a temporary failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 11, 2023
1 parent 872901a commit 018754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsannotationmarkeritem.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def testRenderMarker(self):

def testRenderWithTransform(self):
item = QgsAnnotationMarkerItem(QgsPoint(12, 13))
item.setSymbol(QgsMarkerSymbol.createSimple({'color': '100,200,200', 'size': '3', 'outline_color': 'black'}))
item.setSymbol(QgsMarkerSymbol.createSimple({'color': '200,100,200', 'size': '3', 'outline_color': 'black'}))

settings = QgsMapSettings()
settings.setDestinationCrs(QgsCoordinateReferenceSystem('EPSG:3857'))
Expand Down

0 comments on commit 018754e

Please sign in to comment.