mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1216 from sharelatex/ja-remove-only-from-tests
Remove stray 'only' in acceptance tests GitOrigin-RevId: 37417cfb98a512584723f5eaf6c3c684b5c60f68
This commit is contained in:
parent
eed29c0adc
commit
fc069c1752
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue