Skip to content

Commit

Permalink
Test: $echarts service, 调整updateEchartsInstance方法测试用例。
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-xiao-jian committed May 18, 2016
1 parent 5ee2146 commit 9b4e83d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/service/echarts.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ describe('echarts-ng $echarts service', function () {

$echarts.updateEchartsInstance(identity, {});

expect(instance.clear).toHaveBeenCalled();
expect(instance.showLoading).toHaveBeenCalled();
});

Expand Down

0 comments on commit 9b4e83d

Please sign in to comment.