Skip to content

Commit 58a36b5

Browse files
committed
fix: ci
1 parent 47905de commit 58a36b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/unit/adaptor/conversion-tag-spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ describe('zero data no NaN', () => {
478478
const next = DATA_WITH_ZERO[idx].pv;
479479
let v;
480480
if (prev === next) {
481-
v = '0.00%';
481+
v = '100%';
482482
} else if (prev === 0) {
483483
v = '∞';
484484
} else if (next === 0) {

0 commit comments

Comments
 (0)