Update tests/src/python/test_provider_spatialite.py

This commit is contained in:
Alessandro Pasotti 2019-02-08 19:25:46 +01:00 committed by GitHub
parent 2dd55073b0
commit ce7b8e269b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,7 +953,7 @@ class TestQgsSpatialiteProvider(unittest.TestCase, ProviderTestCase):
self._aliased_sql_helper(dbname)
def testTextPks(self):
"""Test regression when retrieving fetures from tables with text PKs, see #21176"""
"""Test regression when retrieving features from tables with text PKs, see #21176"""
# create test db
dbname = os.path.join(tempfile.gettempdir(), "test_text_pks.sqlite")