aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/currency-controller-test.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-03-11 01:52:05 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-03-11 01:52:05 +0800
commitdc2d614da68ca851c3b1c0c108e7c2f22185751c (patch)
treeaf3e6a57b78e96b5d2222286acd5a4a3339dc01d /test/unit/currency-controller-test.js
parent2ab86b001dfc4ade4fc6df030175e64359b757e6 (diff)
downloadtangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar.gz
tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.tar.zst
tangerine-wallet-browser-dc2d614da68ca851c3b1c0c108e7c2f22185751c.zip
Add basic tests.
Diffstat (limited to 'test/unit/currency-controller-test.js')
-rw-r--r--test/unit/currency-controller-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/currency-controller-test.js b/test/unit/currency-controller-test.js
index dd7fa91e0..079f8b488 100644
--- a/test/unit/currency-controller-test.js
+++ b/test/unit/currency-controller-test.js
@@ -7,7 +7,7 @@ const rp = require('request-promise')
const nock = require('nock')
const CurrencyController = require('../../app/scripts/controllers/currency')
-describe('config-manager', function() {
+describe('currency-controller', function() {
var currencyController
beforeEach(function() {