mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix accidental test change
This commit is contained in:
parent
4af24bf878
commit
7307650862
@ -75,7 +75,7 @@ class TestQgsFeatureSource(unittest.TestCase):
|
||||
layer = createLayerWithFivePoints()
|
||||
self.assertFalse(layer.dataProvider().minimumValue(-1))
|
||||
self.assertFalse(layer.dataProvider().minimumValue(100))
|
||||
self.assertEqual(layer.dataProvider().minimumValue(layer.dataProvider().fields().lookupField('cnt')), 'test')
|
||||
self.assertEqual(layer.dataProvider().minimumValue(1), 'test')
|
||||
self.assertEqual(layer.dataProvider().minimumValue(2), 1)
|
||||
|
||||
def testMaxValues(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user