Skip to content

Commit c831a10

Browse files
committed
Rename test file with typo
1 parent 0039239 commit c831a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/python/test_provider_ogr_gpkg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2186,10 +2186,10 @@ def test_quote_identifier(self):
21862186
"""Regression #21100"""
21872187

21882188
tmpfile = os.path.join(
2189-
self.basetestpath, "bug_21100-wierd_field_names.gpkg"
2189+
self.basetestpath, "bug_21100-weird_field_names.gpkg"
21902190
) # spellok
21912191
shutil.copy(
2192-
os.path.join(unitTestDataPath(""), "bug_21100-wierd_field_names.gpkg"),
2192+
os.path.join(unitTestDataPath(""), "bug_21100-weird_field_names.gpkg"),
21932193
tmpfile,
21942194
) # spellok
21952195
vl = QgsVectorLayer(f"{tmpfile}|layerid=0", "foo", "ogr")

0 commit comments

Comments
 (0)