Skip to content

Commit

Permalink
Update tests/src/python/test_qgssimplelinesymbollayer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Jan 25, 2024
1 parent d725c4b commit eaec3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssimplelinesymbollayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def testAlignDashRenderSmallWidth(self):

g = QgsGeometry.fromWkt('LineString(0 0, 9.2 0, 9.2 10, 1.3 10)')
rendered_image = self.renderGeometry(s, g)
assert self.imageCheck('simpleline_aligndashpattern_small_width', 'simpleline_aligndashpattern_small_width', rendered_image)
self.assertTrue(self.image_check('simpleline_aligndashpattern_small_width', 'simpleline_aligndashpattern_small_width', rendered_image))

def testRingNumberVariable(self):
# test test geometry_ring_num variable
Expand Down

0 comments on commit eaec3c0

Please sign in to comment.