Skip to content

Commit 4d4354e

Browse files
agiudiceandreanyalldawson
authored andcommitted
Update test_qgsdelimitedtextprovider_wanted.py
according to PR #7671 (cherry picked from commit 3b9821f)
1 parent a5fd813 commit 4d4354e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/python/test_qgsdelimitedtextprovider_wanted.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_003_field_naming():
101101
'data': 'Some data',
102102
'field_4': 'Some info',
103103
'data_2': 'NULL',
104-
'28_1': 'NULL',
104+
'28': 'NULL',
105105
'24.5': 'NULL',
106106
'field_3_1': 'NULL',
107107
'data_1': 'NULL',
@@ -128,7 +128,7 @@ def test_004_max_fields():
128128
'data': 'Some data',
129129
'field_4': 'Some info',
130130
'data_1': 'NULL',
131-
'28_1': 'NULL',
131+
'28': 'NULL',
132132
'24.5': 'NULL',
133133
'#fid': 2,
134134
'#geometry': 'None',

0 commit comments

Comments
 (0)