Skip to content

Commit

Permalink
Merge pull request #9956 from rouault/fix_test_provider_ogr_gpkg_inde…
Browse files Browse the repository at this point in the history
…ntation

[release-3_4] test_provider_ogr_gpkg.py: fix indentation
  • Loading branch information
rouault authored May 8, 2019
2 parents da6b04d + 58702fa commit ebe57cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_provider_ogr_gpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,5 +1259,6 @@ def testForeignKeyViolation(self):
fids = set([f['fid'] for f in vl.getFeatures()])
self.assertEqual(len(fids), 1)


if __name__ == '__main__':
unittest.main()

0 comments on commit ebe57cf

Please sign in to comment.