Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update tests/src/python/test_provider_spatialite.py
  • Loading branch information
elpaso committed Feb 8, 2019
1 parent 2dd5507 commit ce7b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_spatialite.py
Expand Up @@ -953,7 +953,7 @@ def testAliasedQueries(self):
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")
Expand Down

0 comments on commit ce7b8e2

Please sign in to comment.