diff --git a/test/mocks/FakeStorage.js b/test/mocks/FakeStorage.js index 3a4b426cc..56b88c2f4 100644 --- a/test/mocks/FakeStorage.js +++ b/test/mocks/FakeStorage.js @@ -119,4 +119,4 @@ FakeStorage.prototype.setFromObj = function(walletId, obj) { this.setName(walletId, obj.opts.name); }; -module.exports = require('soop')(FakeStorage); +module.exports = FakeStorage;