Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 27, 2018
1 parent c97088b commit 459765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsprojectionselectionwidgets.py
Expand Up @@ -125,7 +125,7 @@ def testSignal(self):
self.assertEqual(len(spy), 1)
# setting the same crs doesn't emit the signal
w.setCrs(QgsCoordinateReferenceSystem('EPSG:3111'))
self.assertEqual(len(spy), 0)
self.assertEqual(len(spy), 1)

def testTreeWidgetGettersSetters(self):
""" basic tests for QgsProjectionSelectionTreeWidget """
Expand Down

0 comments on commit 459765f

Please sign in to comment.