Apply suggestion from @nyalldawson

Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
Alessandro Pasotti 2025-09-29 09:21:38 +02:00 committed by GitHub
parent 2c7980b97d
commit 5f9c6ffaff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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