Skip to content

Commit 7baeacb

Browse files
committed
Followup 1a64822
1 parent 1a64822 commit 7baeacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgscolorschemeregistry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def testInstanceHasDefaultScheme(self):
3333
def testCreateEmpty(self):
3434
"""Test creating an empty color scheme registry"""
3535
registry = QgsColorSchemeRegistry()
36-
self.assertGreater(len(registry.schemes()), 0)
36+
self.assertEqual(len(registry.schemes()), 0)
3737

3838
def testAddScheme(self):
3939
"""Test adding a scheme to a registry"""

0 commit comments

Comments
 (0)