diff --git a/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js b/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js index bd086d954e..d36dfcc27f 100644 --- a/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js +++ b/services/web/test/unit/src/Subscription/SubscriptionHandlerTests.js @@ -63,8 +63,6 @@ describe('SubscriptionHandler', function() { attemptInvoiceCollection: sinon.stub().yields() } - this.DropboxHandler = { unlinkAccount: sinon.stub().callsArgWith(1) } - this.SubscriptionUpdater = { syncSubscription: sinon.stub().yields(), startFreeTrial: sinon.stub().callsArgWith(1)