Skip to content

Commit

Permalink
Followup 1a64822
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 20, 2016
1 parent 1a64822 commit 7baeacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgscolorschemeregistry.py
Expand Up @@ -33,7 +33,7 @@ def testInstanceHasDefaultScheme(self):
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"""
Expand Down

0 comments on commit 7baeacb

Please sign in to comment.