Skip to content

Commit

Permalink
Update test_qgsdelimitedtextprovider_wanted.py
Browse files Browse the repository at this point in the history
according to PR #7671

(cherry picked from commit 3b9821f)
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Aug 31, 2018
1 parent a5fd813 commit 4d4354e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsdelimitedtextprovider_wanted.py
Expand Up @@ -101,7 +101,7 @@ def test_003_field_naming():
'data': 'Some data',
'field_4': 'Some info',
'data_2': 'NULL',
'28_1': 'NULL',
'28': 'NULL',
'24.5': 'NULL',
'field_3_1': 'NULL',
'data_1': 'NULL',
Expand All @@ -128,7 +128,7 @@ def test_004_max_fields():
'data': 'Some data',
'field_4': 'Some info',
'data_1': 'NULL',
'28_1': 'NULL',
'28': 'NULL',
'24.5': 'NULL',
'#fid': 2,
'#geometry': 'None',
Expand Down

0 comments on commit 4d4354e

Please sign in to comment.