mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Apply suggestion from @nyalldawson
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
parent
85437bccd9
commit
091e072c22
@ -819,7 +819,7 @@ class TestQgsGraduatedSymbolRenderer(QgisTestCase):
|
|||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
dumpRangeBreaks(renderer.ranges()),
|
dumpRangeBreaks(renderer.ranges()),
|
||||||
"(0.0000-1.0000,)",
|
"(0.0000-1.0000,)",
|
||||||
"Equal interval classification not correct",
|
"Pretty breaks classification not correct",
|
||||||
)
|
)
|
||||||
|
|
||||||
ml = createMemoryLayer((1, 1))
|
ml = createMemoryLayer((1, 1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user