Skip to content

Commit b1d056c

Browse files
hansthenConengmo
andauthored
Update tests/test_folium.py
Co-authored-by: Frank Anema <[email protected]>
1 parent 2d1ba6c commit b1d056c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_folium.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,6 @@ def test_global_switches(self):
464464
m = folium.Map(prefer_canvas=True)
465465
out = m._parent.render()
466466
out_str = "".join(out.split())
467-
for line in out.split("\n"):
468-
print(line)
469-
print(out_str)
470467
assert '"preferCanvas":true' in out_str
471468
assert not m.global_switches.no_touch
472469
assert not m.global_switches.disable_3d

0 commit comments

Comments
 (0)