Skip to content

Commit

Permalink
Fixed tests regarding skin/rainmeter section, too many args
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Dec 13, 2016
1 parent a2b25d0 commit 4d78449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_completion_skin_rainmeter_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def test_wrong_section_return_none(self):
thus only 'Rainmeter' is allowed
"""
complete = rainmeter_section.SkinRainmeterSectionAutoComplete()
value_completion = complete.get_value_context_completion(None, None, None, None, "Different", None, None)
value_completion = complete.get_value_context_completion("Different", None)

self.assertEqual(value_completion, None)

0 comments on commit 4d78449

Please sign in to comment.