aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/metamask-controller-test.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-05-22 05:58:37 +0800
committerGitHub <noreply@github.com>2018-05-22 05:58:37 +0800
commit7a65c22a024c799d4a2c2fb7184f185633d5eaa8 (patch)
treea4cc398b10a0ce00cc41c4c3a86b54731d5d824c /test/unit/metamask-controller-test.js
parent59c9852999293adaeee4c036b64ca65182879e92 (diff)
parent793737f5bc22188b8c1ee154830aa7a6f0a3c04f (diff)
downloadtangerine-wallet-browser-7a65c22a024c799d4a2c2fb7184f185633d5eaa8.tar.gz
tangerine-wallet-browser-7a65c22a024c799d4a2c2fb7184f185633d5eaa8.tar.zst
tangerine-wallet-browser-7a65c22a024c799d4a2c2fb7184f185633d5eaa8.zip
Merge branch 'develop' into ci-publish-release
Diffstat (limited to 'test/unit/metamask-controller-test.js')
-rw-r--r--test/unit/metamask-controller-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/metamask-controller-test.js b/test/unit/metamask-controller-test.js
index 18c3f9ab9..649b26e1e 100644
--- a/test/unit/metamask-controller-test.js
+++ b/test/unit/metamask-controller-test.js
@@ -106,7 +106,7 @@ describe('MetaMaskController', function () {
[TEST_ADDRESS]: { address: TEST_ADDRESS, name: DEFAULT_LABEL },
})
- await metamaskController.keyringController.saveAccountLabel(TEST_ADDRESS, 'Account Foo')
+ await metamaskController.preferencesController.setAccountLabel(TEST_ADDRESS, 'Account Foo')
assert.deepEqual(metamaskController.getState().identities, {
[TEST_ADDRESS]: { address: TEST_ADDRESS, name: 'Account Foo' },
})