Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Jan 21, 2018
1 parent 1d0aab5 commit 53f3600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/test_Settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def test_get_property_default(self, settings, filename):
with open(filename, 'w') as f:
f.write("{}")
settings.load_from_file(filename)
assert settings.get_property('theme-name') == 'dark'
assert settings.get_property('theme-name') == 'light'

0 comments on commit 53f3600

Please sign in to comment.