Skip to content

Commit

Permalink
test: 单测修复
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Dec 13, 2023
1 parent 1d9bd0c commit e27dde1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ describe('Miss Dimension Values Tests', () => {
expect(emptyDimensionDataCell.getMeta().fieldValue).toEqual(1732771);
expect(data[0][ORIGIN_FIELD]).toMatchInlineSnapshot(`
Object {
"2d7feabd-76a2-4c11-8f24-79764af936b4": "总计",
"c5ce4e54-795a-42b3-9cc8-e8b685da44ee": 1732771,
"first": "总计",
"number": 1732771,
}
`);
expect(dimensionValues).toMatchInlineSnapshot(`
Expand Down

0 comments on commit e27dde1

Please sign in to comment.