Fix Formula, when the cache is setted by STRING, but is get by NUMBER. #18320
Annotations
4 errors
|
|
|
|
|
packages/sheets/src/controllers/__tests__/formula/array-inverted-index-cache6.spec.ts#L421
AssertionError: expected [ [ { v: +0, t: 3 } ], …(20) ] to strictly equal [ [ { v: +0, t: 3 } ], …(20) ]
- Expected
+ Received
@@ -24,11 +24,11 @@
},
],
[
{
"t": 3,
- "v": 0,
+ "v": 1,
},
],
[
{
"t": 3,
❯ src/controllers/__tests__/formula/array-inverted-index-cache6.spec.ts:421:50
|
|
packages/sheets/src/controllers/__tests__/formula/array-inverted-index-cache.spec.ts#L325
AssertionError: expected 1 to be 0.95 // Object.is equality
- Expected
+ Received
- 0.95
+ 1
❯ src/controllers/__tests__/formula/array-inverted-index-cache.spec.ts:325:41
|
The logs for this run have expired and are no longer available.
Loading