merge-conflicts
[arvados-workbench2.git] / src / views / workbench / workbench.test.tsx
index 7b9b74d095c65a8a1ad760a2c4c87f360cb13836..6925792293b65c475539ddd9e0a9bf279cb02f9e 100644 (file)
@@ -14,7 +14,7 @@ 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: [], router: { location: null }, auth: {}, sidePanel: [] }, createBrowserHistory());
     ReactDOM.render(
         <Provider store={store}>
             <ConnectedRouter history={history}>