Skip to content

Commit

Permalink
Fix test on qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 12, 2024
1 parent ec25c6a commit 199fbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgscoordinatereferencesystemmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def test_proxy_model(self):
for row in range(model.rowCount(projected_index))
if model.data(
model.index(row, 0, projected_index),
Qt.DisplayRole,
Qt.ItemDataRole.DisplayRole,
)
== "Albers Equal Area"
][0]
Expand Down

0 comments on commit 199fbf5

Please sign in to comment.