summaryrefslogtreecommitdiffhomepage
path: root/test/mocks
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks')
-rw-r--r--test/mocks/redux.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/redux.js b/test/mocks/redux.js
index d120eafec1..070c76c9b2 100644
--- a/test/mocks/redux.js
+++ b/test/mocks/redux.js
@@ -11,7 +11,7 @@ export const mockStore = configureMockStore(middlewares);
export const mockState = () => {
return {
account: {
- account: null,
+ accountNumber: null,
status: 'none',
error: null
},