Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 15, 2017
1 parent 5f11027 commit ee04395
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/python/providertestbase.py
Expand Up @@ -380,8 +380,7 @@ def testAddFeatureFastInsert(self):
# expect success
result, added = l.dataProvider().addFeatures([f1, f2], QgsFeatureSink.FastInsert)
self.assertTrue(result, 'Provider reported AddFeatures capability, but returned False to addFeatures')
self.assertEqual(l.dataProvider().featureCount(),7)

self.assertEqual(l.dataProvider().featureCount(), 7)

def testAddFeaturesUpdateExtent(self):
if not getattr(self, 'getEditableLayer', None):
Expand Down

0 comments on commit ee04395

Please sign in to comment.