Skip to content

Commit 9bf2a61

Browse files
committed
该类继承GsonOption。主要区别是可以通过参数控制测试。
1 parent 8553e65 commit 9bf2a61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/github/abel533/echarts/util/EnhancedOption.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void view() {
7676
* @return 返回html路径
7777
*/
7878
public String exportToHtml(String fileName) {
79-
this.filepath = OptionUtil.exportToHtml(this, EXPORT_PATH, fileName);
80-
return this.filepath;
79+
return exportToHtml(EXPORT_PATH, fileName);
8180
}
8281
}

0 commit comments

Comments
 (0)