Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 459765f

Browse files
committedMay 27, 2018
fix test
1 parent c97088b commit 459765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsprojectionselectionwidgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def testSignal(self):
125125
self.assertEqual(len(spy), 1)
126126
# setting the same crs doesn't emit the signal
127127
w.setCrs(QgsCoordinateReferenceSystem('EPSG:3111'))
128-
self.assertEqual(len(spy), 0)
128+
self.assertEqual(len(spy), 1)
129129

130130
def testTreeWidgetGettersSetters(self):
131131
""" basic tests for QgsProjectionSelectionTreeWidget """

0 commit comments

Comments
 (0)
Please sign in to comment.