aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ui
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/ui')
-rw-r--r--test/unit/ui/app/reducers/app.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ui/app/reducers/app.spec.js b/test/unit/ui/app/reducers/app.spec.js
index 09cf3dbf0..28f5ebb33 100644
--- a/test/unit/ui/app/reducers/app.spec.js
+++ b/test/unit/ui/app/reducers/app.spec.js
@@ -700,7 +700,7 @@ describe('App State', () => {
})
it('hides sub loading indicator', () => {
- const oldState = {...metamaskState, ...oldState}
+ const oldState = {...metamaskState, isSubLoading: true }
const state = reduceApp(oldState, {
type: actions.HIDE_SUB_LOADING_INDICATION,
})