mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Followup 1a648229
This commit is contained in:
parent
1a648229e8
commit
7baeacbcac
@ -33,7 +33,7 @@ class TestQgsColorSchemeRegistry(unittest.TestCase):
|
||||
def testCreateEmpty(self):
|
||||
"""Test creating an empty color scheme registry"""
|
||||
registry = QgsColorSchemeRegistry()
|
||||
self.assertGreater(len(registry.schemes()), 0)
|
||||
self.assertEqual(len(registry.schemes()), 0)
|
||||
|
||||
def testAddScheme(self):
|
||||
"""Test adding a scheme to a registry"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user