Skip to content

Commit 8f82065

Browse files
committed
fix broken map test
1 parent 1462ec9 commit 8f82065

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyecharts/templates/js

Submodule js updated from 9ca8c44 to 802e00f

test/test_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_china_map():
7777
with codecs.open('render.html', 'r', 'utf-8') as f:
7878
actual_content = f.read()
7979
# test register map
80-
assert "registerMap('china'," in actual_content
80+
assert "registerMap(\"china\"," in actual_content
8181
# fujian province
8282
assert "\u798f\u5efa" in actual_content
8383
# shanghai city

0 commit comments

Comments
 (0)