Skip to content

Commit eba0e59

Browse files
committed
fix test
1 parent 254e39d commit eba0e59

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/plugins/test_fullscreen.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# -*- coding: utf-8 -*-
2+
23
"""
34
Test Fullscreen
4-
-----------------------
5+
----------------
6+
57
"""
68

79
import folium
@@ -24,8 +26,8 @@ def test_fullscreen():
2426
L.control.fullscreen({
2527
position: '{{this.position}}',
2628
title: '{{this.title}}',
27-
titleCancel: '{{this.titleCancel}}',
28-
forceSeparateButton: {{this.forceSeparateButton}},
29+
titleCancel: '{{this.title_cancel}}',
30+
forceSeparateButton: {{this.force_separate_button}},
2931
}).addTo({{this._parent.get_name()}});
3032
{{this._parent.get_name()}}.on('enterFullscreen', function(){
3133
console.log('entered fullscreen');

0 commit comments

Comments
 (0)