Skip to content

Commit ee04395

Browse files
committed
Astyle
1 parent 5f11027 commit ee04395

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/src/python/providertestbase.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,7 @@ def testAddFeatureFastInsert(self):
380380
# expect success
381381
result, added = l.dataProvider().addFeatures([f1, f2], QgsFeatureSink.FastInsert)
382382
self.assertTrue(result, 'Provider reported AddFeatures capability, but returned False to addFeatures')
383-
self.assertEqual(l.dataProvider().featureCount(),7)
384-
383+
self.assertEqual(l.dataProvider().featureCount(), 7)
385384

386385
def testAddFeaturesUpdateExtent(self):
387386
if not getattr(self, 'getEditableLayer', None):

0 commit comments

Comments
 (0)