Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Jul 18, 2024
1 parent a03198b commit cf9faee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/x-data-grid/src/tests/export.DataGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ describe('<DataGrid /> - Export', () => {
expect(csv).to.equal(
[
'name',
"'=1+1",
"'+1+1",
"'-1+1",
"'@1+1",
"'\t1+1",
'"\r1+1"',
'"\'=1+1"',
'"\'+1+1"',
'"\'-1+1"',
'"\'@1+1"',
'"\'\t1+1"',
'"\'\r1+1"',
'",=1+1"',
'"value,=1+1"',
].join('\r\n'),
Expand Down

0 comments on commit cf9faee

Please sign in to comment.