Skip to content

Commit 518baeb

Browse files
authored
fix(bullet): 修改子弹图单测 (#3241)
Co-authored-by: ai-qing-hai <[email protected]>
1 parent 3d076de commit 518baeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/unit/plots/bullet/data-spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('bullet*data*transfrom', () => {
8383
},
8484
{
8585
title: '数学',
86-
target: 66,
86+
target: 90,
8787
tKey: 'target_0',
8888
},
8989
{
@@ -93,7 +93,7 @@ describe('bullet*data*transfrom', () => {
9393
},
9494
{
9595
title: '数学',
96-
target: 90,
96+
target: 66,
9797
tKey: 'target_2',
9898
},
9999
];

0 commit comments

Comments
 (0)