Skip to content

Commit

Permalink
BUFFER_SIZE_SCALE
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Sep 13, 2024
1 parent 8adbd48 commit eb23dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsmapboxglconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ def testHaloMaxSize(self):
if expected_size:
f = labeling.labelSettings().format()
buffer = f.buffer()
self.assertEqual(buffer.size(), expected_size)
self.assertEqual(buffer.size(), expected_size * BUFFER_SIZE_SCALE )
if expected_data_defined:
self.assertEqual(labeling.labelSettings().dataDefinedProperties().property(QgsPalLayerSettings.Property.BufferSize).asExpression(), expected_data_defined)

Expand Down

0 comments on commit eb23dc3

Please sign in to comment.