mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
typo
This commit is contained in:
parent
7944f6704b
commit
8fa5b04c03
@ -188,7 +188,7 @@ class WrappersTest(unittest.TestCase):
|
||||
|
||||
# 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")
|
||||
@ -213,7 +213,7 @@ class WrappersTest(unittest.TestCase):
|
||||
|
||||
# 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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user