aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib/keyring-controller-test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/lib/keyring-controller-test.js')
-rw-r--r--test/integration/lib/keyring-controller-test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/lib/keyring-controller-test.js b/test/integration/lib/keyring-controller-test.js
index ae5ecc578..2d16e2f95 100644
--- a/test/integration/lib/keyring-controller-test.js
+++ b/test/integration/lib/keyring-controller-test.js
@@ -20,6 +20,10 @@ QUnit.module('Old Style Vaults', {
this.keyringController = new KeyringController({
configManager: this.configManager,
getNetwork: () => { return '2' },
+ txManager: {
+ getTxList: () => [],
+ getUnapprovedTxList: () => []
+ },
})
this.ethStore = {