Merge branch 'master'
[arvados.git] / src / views / workbench / workbench.test.tsx
index 7b9b74d095c65a8a1ad760a2c4c87f360cb13836..6edebaf0887bc5598391256ee813ed6949d2ec94 100644 (file)
@@ -14,7 +14,16 @@ const history = createBrowserHistory();
 
 it('renders without crashing', () => {
     const div = document.createElement('div');
-    const store = configureStore({ projects: [], router: { location: null }, auth: {} }, createBrowserHistory());
+    const store = configureStore({
+        projects: {
+            items: [],
+            currentItemId: ""
+        },
+        collections: [],
+        router: { location: null },
+        auth: {},
+        sidePanel: []
+    }, createBrowserHistory());
     ReactDOM.render(
         <Provider store={store}>
             <ConnectedRouter history={history}>