Skip to content

Commit bf13650

Browse files
committed
Fix tests
1 parent d503553 commit bf13650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/test_geoman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_geoman():
2020
# the map
2121
tmpl = Template(
2222
"""
23-
{{this._parent.get_name()}}.pm.addControls(
23+
{{this.get_name()}}.addControls(
2424
{{this.options|tojavascript}}
2525
)
2626
"""

0 commit comments

Comments
 (0)