Skip to content

Commit ae22554

Browse files
committedNov 9, 2018
Fix accidently skipped test
1 parent 0462c26 commit ae22554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgssymbol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def tearDown(self):
7272
with open(report_file_path, 'a') as report_file:
7373
report_file.write(self.report)
7474

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

7878
empty_multipolygon = QgsMultiPolygon()

0 commit comments

Comments
 (0)
Please sign in to comment.