Skip to content

Commit 76fcb1f

Browse files
committed
PyQgsVectorFileWriter: fix comment (followup 17f20bb)
1 parent d6346c8 commit 76fcb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgsvectorfilewriter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def testDateTimeWriteShapefile(self):
9898
self.assertEqual(fields.at(fields.indexFromName('date_f')).type(), QVariant.Date)
9999
#shapefiles do not support time types, result should be string
100100
self.assertEqual(fields.at(fields.indexFromName('time_f')).type(), QVariant.String)
101-
#shapefiles do not support datetime types, result should be date
101+
#shapefiles do not support datetime types, result should be string
102102
self.assertEqual(fields.at(fields.indexFromName('dt_f')).type(), QVariant.String)
103103

104104
f = created_layer.getFeatures(QgsFeatureRequest()).next()

0 commit comments

Comments
 (0)