Skip to content

Commit b7b1177

Browse files
committed
Does this work?
1 parent f855027 commit b7b1177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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', 2000])}
73+
expandedGroupIds={new Set(['USA', 'USA__2000'])}
7474
onExpandedGroupIdsChange={() => {}}
7575
/>
7676
);

0 commit comments

Comments
 (0)