aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/currency-controller-test.js
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-04-03 01:04:53 +0800
committerThomas <tmashuang@gmail.com>2018-04-03 01:04:53 +0800
commit68808c8e242bd6240ef8f4d73f91514fc73b32f0 (patch)
treeaa1887c3e520388f5b7802536f26b21f98d4a7d8 /test/unit/currency-controller-test.js
parenta180fb03209bdbc4df9645a665108a8cd8788a5a (diff)
parentf66dbec0a477aaeab1d94365bcc5cba61ce19004 (diff)
downloadtangerine-wallet-browser-68808c8e242bd6240ef8f4d73f91514fc73b32f0.tar.gz
tangerine-wallet-browser-68808c8e242bd6240ef8f4d73f91514fc73b32f0.tar.zst
tangerine-wallet-browser-68808c8e242bd6240ef8f4d73f91514fc73b32f0.zip
Merge branch 'testing' of https://github.com/tmashuang/metamask-extension into testing
Diffstat (limited to 'test/unit/currency-controller-test.js')
-rw-r--r--test/unit/currency-controller-test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/currency-controller-test.js b/test/unit/currency-controller-test.js
index 63ab60f9e..73a97d120 100644
--- a/test/unit/currency-controller-test.js
+++ b/test/unit/currency-controller-test.js
@@ -45,7 +45,6 @@ describe('currency-controller', function () {
currencyController.updateConversionRate()
.then(function () {
var result = currencyController.getConversionRate()
- console.log('currencyController.getConversionRate:', result)
assert.equal(typeof result, 'number')
done()
}).catch(function (err) {