Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update python/plugins/processing/tests/ParametersTest.py
  • Loading branch information
nyalldawson committed May 10, 2021
1 parent 8711c86 commit 506ded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/ParametersTest.py
Expand Up @@ -197,7 +197,7 @@ def testParameterCrsDesc(self):
param = getParameterFromString(desc)
self.assertIsNotNone(param)
self.assertEqual(param.type(), 'crs')
self.assertEqual(param.name(), 'in_bool')
self.assertEqual(param.name(), 'in_crs')
self.assertEqual(param.description(), 'Input CRS')
self.assertIsNone(param.defaultValue())
self.assertTrue(param.flags() & QgsProcessingParameterDefinition.FlagOptional)
Expand Down

0 comments on commit 506ded7

Please sign in to comment.