aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/data/mock-state.json1
-rw-r--r--test/unit/ui/app/selectors.spec.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/data/mock-state.json b/test/data/mock-state.json
index 8deff5531..671697182 100644
--- a/test/data/mock-state.json
+++ b/test/data/mock-state.json
@@ -11,6 +11,7 @@
"name": "Test Account 2"
}
},
+ "cachedBalances": {},
"unapprovedTxs": {
"8393540981007587": {
"id": 8393540981007587,
diff --git a/test/unit/ui/app/selectors.spec.js b/test/unit/ui/app/selectors.spec.js
index e2b198abf..070de0bcd 100644
--- a/test/unit/ui/app/selectors.spec.js
+++ b/test/unit/ui/app/selectors.spec.js
@@ -19,6 +19,7 @@ describe('Selectors', function () {
'address': '0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc',
},
},
+ cachedBalances: {},
},
}
})