Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix enum
  • Loading branch information
nyalldawson committed May 15, 2023
1 parent b37f503 commit 73a2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsvectorlayersaveasdialog.py
Expand Up @@ -34,7 +34,7 @@ def testOpenDialog(self):

layer.select(layer.allFeatureIds()[0])
options = QgsVectorLayerSaveAsDialog.Options(
QgsVectorLayerSaveAsDialog.OptionSelectedOnly
QgsVectorLayerSaveAsDialog.Option.SelectedOnly
| QgsVectorLayerSaveAsDialog.Option.Metadata
)
d = QgsVectorLayerSaveAsDialog(layer, options=options)
Expand Down

0 comments on commit 73a2a0f

Please sign in to comment.