Skip to content

Commit

Permalink
Fix locally failing TestQgsColorScheme
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 2, 2019
1 parent d1503e0 commit 3c6c0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgscolorscheme.py
Expand Up @@ -115,6 +115,7 @@ def testUserScheme(self):

def testRecentColors(self):
""" test retrieving recent colors """
QgsSettings().clear()

# no colors
self.assertFalse(QgsRecentColorScheme().lastUsedColor().isValid())
Expand Down

0 comments on commit 3c6c0ac

Please sign in to comment.