Skip to content

Commit

Permalink
Fix accidently skipped test
Browse files Browse the repository at this point in the history
(cherry picked from commit 328caf7)
  • Loading branch information
nyalldawson committed Dec 2, 2018
1 parent c06bcc6 commit 854228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssymbol.py
Expand Up @@ -72,7 +72,7 @@ def tearDown(self):
with open(report_file_path, 'a') as report_file:
report_file.write(self.report)

def txestGeometryRendering(self):
def testGeometryRendering(self):
'''Tests rendering a bunch of different geometries, including bad/odd geometries.'''

empty_multipolygon = QgsMultiPolygon()
Expand Down

0 comments on commit 854228c

Please sign in to comment.