Skip to content

Commit

Permalink
Fix test for qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 2, 2024
1 parent 1b3a0ef commit 40925c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_virtual.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def test_select_qgis_expression_value_types(self):
self.assertEqual(l4.dataProvider().wkbType(), QgsWkbTypes.Type.Point)
self.assertEqual([f.name() for f in l4.dataProvider().fields()], ['years'])
self.assertEqual([f.type() for f in l4.dataProvider().fields()],
[QMetaType.Double])
[QMetaType.Type.Double])
self.assertEqual([f.attributes() for f in l4.getFeatures()],
[[31557600.0]])
self.assertEqual([f.geometry().asWkt() for f in l4.getFeatures()],
Expand Down

0 comments on commit 40925c4

Please sign in to comment.