X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0af46f7944bde95f634080a1d6b15ae9c585890a..d116e491ef904d97dcece5ab1632bef08906ec87:/src/views/workbench/workbench.test.tsx diff --git a/src/views/workbench/workbench.test.tsx b/src/views/workbench/workbench.test.tsx index 6925792293..6edebaf088 100644 --- a/src/views/workbench/workbench.test.tsx +++ b/src/views/workbench/workbench.test.tsx @@ -14,7 +14,16 @@ const history = createBrowserHistory(); it('renders without crashing', () => { const div = document.createElement('div'); - const store = configureStore({ projects: [], router: { location: null }, auth: {}, sidePanel: [] }, createBrowserHistory()); + const store = configureStore({ + projects: { + items: [], + currentItemId: "" + }, + collections: [], + router: { location: null }, + auth: {}, + sidePanel: [] + }, createBrowserHistory()); ReactDOM.render(