Skip to content

Commit c5dbf64

Browse files
authored
Update test_qgsprojectionselectionwidgets.py
1 parent 4bb6e91 commit c5dbf64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/python/test_qgsprojectionselectionwidgets.py

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def testSignal(self):
122122
w.setCrs(QgsCoordinateReferenceSystem('EPSG:3111'))
123123
self.assertEqual(w.crs().authid(), 'EPSG:3111')
124124
self.assertEqual(len(spy), 1)
125+
self.assertEqual(w.crs().authid(), 'EPSG:3111')
126+
self.assertEqual(len(spy), 0)
125127

126128
def testTreeWidgetGettersSetters(self):
127129
""" basic tests for QgsProjectionSelectionTreeWidget """

0 commit comments

Comments
 (0)