Skip to content

Commit

Permalink
update test snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: ananzh <ananzh@amazon.com>
  • Loading branch information
ananzh committed Aug 26, 2023
1 parent 56f3330 commit 657a5a0
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": undefined,
"id": "name",
"isSortable": undefined,
Expand All @@ -73,7 +73,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": undefined,
"id": "currency",
"isSortable": undefined,
Expand Down Expand Up @@ -102,7 +102,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": "Time (order_date)",
"id": "order_date",
"initialWidth": 200,
Expand All @@ -115,7 +115,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": undefined,
"id": "name",
"isSortable": undefined,
Expand All @@ -127,7 +127,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": undefined,
"id": "currency",
"isSortable": undefined,
Expand All @@ -139,7 +139,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": "Source",
"id": "_source",
"isSortable": undefined,
Expand All @@ -166,7 +166,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": undefined,
"id": "name",
"isSortable": undefined,
Expand All @@ -178,7 +178,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": undefined,
"id": "currency",
"isSortable": undefined,
Expand All @@ -190,7 +190,7 @@ describe('Testing buildDataGridColumns function ', () => {
"showMoveLeft": false,
"showMoveRight": false,
},
"cellActions": Array [],
"cellActions": undefined,
"display": "Time (order_date)",
"id": "order_date",
"initialWidth": 200,
Expand Down

0 comments on commit 657a5a0

Please sign in to comment.