Skip to content

Commit 312a62a

Browse files
Update test/visual/basicGrid.test.tsx
Co-authored-by: Nicolas Stepien <[email protected]>
1 parent 09d556e commit 312a62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/visual/basicGrid.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const topSummaryRows: readonly Row[] = [
3131
];
3232

3333
const bottomSummaryRows: readonly Row[] = [
34-
{ id: 4, name: 'Top Summary Row 1' },
35-
{ id: 5, name: 'Top Summary Row 2' }
34+
{ id: 6, name: 'Bottom Summary Row 1' },
35+
{ id: 7, name: 'Bottom Summary Row 2' }
3636
];
3737

3838
function rowKeyGetter(row: Row) {

0 commit comments

Comments
 (0)