From fc069c1752229a3423151815f49c09eb97d9a0e1 Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 3 Dec 2018 18:28:41 +0100 Subject: [PATCH] Merge pull request #1216 from sharelatex/ja-remove-only-from-tests Remove stray 'only' in acceptance tests GitOrigin-RevId: 37417cfb98a512584723f5eaf6c3c684b5c60f68 --- services/web/test/acceptance/coffee/SubscriptionTests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/test/acceptance/coffee/SubscriptionTests.coffee b/services/web/test/acceptance/coffee/SubscriptionTests.coffee index f68d5ea8f0..a9587cc8c9 100644 --- a/services/web/test/acceptance/coffee/SubscriptionTests.coffee +++ b/services/web/test/acceptance/coffee/SubscriptionTests.coffee @@ -305,7 +305,7 @@ describe 'Subscriptions', -> it 'should return a v1SubscriptionStatus', -> expect(@data.v1SubscriptionStatus).to.deep.equal @subscription_status - describe.only 'canceling', -> + describe 'canceling', -> before (done) -> @user = new User() MockV1Api.setUser v1Id = MockV1Api.nextV1Id(), @v1_user = {}