Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Indentation
  • Loading branch information
elpaso committed Jan 25, 2019
1 parent 38f05b5 commit 4d134b3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/src/python/test_provider_wfs.py
Expand Up @@ -794,11 +794,11 @@ def testWFST10(self):
self.assertTrue(vl.isValid())

self.assertEqual(vl.dataProvider().capabilities(),
QgsVectorDataProvider.AddFeatures |
QgsVectorDataProvider.ChangeAttributeValues |
QgsVectorDataProvider.ChangeGeometries |
QgsVectorDataProvider.DeleteFeatures |
QgsVectorDataProvider.SelectAtId)
QgsVectorDataProvider.AddFeatures
| QgsVectorDataProvider.ChangeAttributeValues
| QgsVectorDataProvider.ChangeGeometries
| QgsVectorDataProvider.DeleteFeatures
| QgsVectorDataProvider.SelectAtId)

(ret, _) = vl.dataProvider().addFeatures([QgsFeature()])
self.assertFalse(ret)
Expand Down Expand Up @@ -3740,7 +3740,6 @@ def test_NullValues_regression_20961(self):
self.assertEqual(str(got_f2[1]['elevation']), 'NULL')
self.assertEqual(str(got_f2[1]['name']), 'sdf')


def testFilteredFeatureRequests(self):
"""Test https://issues.qgis.org/issues/21077 """

Expand Down

0 comments on commit 4d134b3

Please sign in to comment.