Followup 1a648229

This commit is contained in:
Matthias Kuhn 2016-12-20 17:45:30 +01:00
parent 1a648229e8
commit 7baeacbcac

View File

@ -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"""