diff options
Diffstat (limited to 'test/unit/currency-controller-test.js')
-rw-r--r-- | test/unit/currency-controller-test.js | 2 |
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() { |