Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir authored and nyalldawson committed Sep 7, 2018
1 parent 7944f67 commit 8fa5b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/tests/GuiTest.py
Expand Up @@ -188,7 +188,7 @@ def testRange(self):

# range values check

# check intial value
# check initial value
self.assertEqual(widget.getValue(), '0.0,100.0')
# check set/get
widget.setValue("100.0,200.0")
Expand All @@ -213,7 +213,7 @@ def testRange(self):

# range values check

# check intial value
# check initial value
self.assertEqual(widget.getValue(), '0.0,100.0')
# check rounding
widget.setValue("100.1,200.1")
Expand Down

0 comments on commit 8fa5b04

Please sign in to comment.