Skip to content

Commit

Permalink
Rename test file with typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 17, 2024
1 parent 15c74a1 commit 918a0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_provider_ogr_gpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2186,10 +2186,10 @@ def test_quote_identifier(self):
"""Regression #21100"""

tmpfile = os.path.join(
self.basetestpath, "bug_21100-wierd_field_names.gpkg"
self.basetestpath, "bug_21100-weird_field_names.gpkg"
) # spellok
shutil.copy(
os.path.join(unitTestDataPath(""), "bug_21100-wierd_field_names.gpkg"),
os.path.join(unitTestDataPath(""), "bug_21100-weird_field_names.gpkg"),
tmpfile,
) # spellok
vl = QgsVectorLayer(f"{tmpfile}|layerid=0", "foo", "ogr")
Expand Down

0 comments on commit 918a0dc

Please sign in to comment.