From 2948e68b1d09052901ae90f136f122a52dd2a56b Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 9 Oct 2022 18:50:16 -0400 Subject: [PATCH] Fix test --- extension/test/app/containers/App.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/test/app/containers/App.spec.js b/extension/test/app/containers/App.spec.js index 971789d7..6da2054e 100644 --- a/extension/test/app/containers/App.spec.js +++ b/extension/test/app/containers/App.spec.js @@ -18,7 +18,7 @@ Object.defineProperty(window, 'matchMedia', { })), }); -const { store } = configureStore(store); +const { store } = configureStore(); describe('App container', () => { it("should render inspector monitor's component", () => {