Skip to content

Commit 743ba59

Browse files
committed
Fix key
1 parent ca63469 commit 743ba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/visual/treeGrid.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test('tree grid', async () => {
7070
bottomSummaryRows={bottomSummaryRows}
7171
groupBy={['country', 'year']}
7272
rowGrouper={rowGrouper}
73-
expandedGroupIds={new Set(['USA', 'USA__2000'])}
73+
expandedGroupIds={new Set(['USA', 'USA__2020'])}
7474
onExpandedGroupIdsChange={() => {}}
7575
/>
7676
);

0 commit comments

Comments
 (0)