Skip to content

Commit 6597350

Browse files
committed
Add groups stubs for failing tests
1 parent 6ba1a7e commit 6597350

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/components/dataset/data/sidebar/panels/FilterPanel.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ const initialState = {
1414
profiles: [],
1515
},
1616
snapshots: {},
17+
user: {
18+
groups: [],
19+
},
1720
query: {
1821
columns: [],
1922
filterData: {},

src/components/dataset/overview/DatasetOverviewPanel.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ const initialState = {
2727
snapshots: {
2828
snapshots: [],
2929
},
30+
user: {
31+
groups: [],
32+
},
3033
query: {
3134
orderDirection: 'asc',
3235
},

0 commit comments

Comments
 (0)