Skip to content

Commit

Permalink
Fix test on qt6
Browse files Browse the repository at this point in the history
nyalldawson committed Dec 12, 2024
1 parent 55a5986 commit 60d133c
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
@@ -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]

0 comments on commit 60d133c

Please sign in to comment.