Apply suggestion from @nyalldawson

Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
Alessandro Pasotti 2025-09-29 09:22:08 +02:00 committed by GitHub
parent 85437bccd9
commit 091e072c22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -819,7 +819,7 @@ class TestQgsGraduatedSymbolRenderer(QgisTestCase):
self.assertEqual(
dumpRangeBreaks(renderer.ranges()),
"(0.0000-1.0000,)",
"Equal interval classification not correct",
"Pretty breaks classification not correct",
)
ml = createMemoryLayer((1, 1))