mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 07:11:17 +00:00
Merge pull request #1460 from sharelatex/ns-remove-only
remove only call GitOrigin-RevId: cfe130bec782079cce9aa8bf7e5c7541def6159d
This commit is contained in:
parent
d9692b7f91
commit
01a8cc9aea
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ describe "InstitutionsManager", ->
|
|||
sinon.assert.calledTwice(@refreshFeatures)
|
||||
done()
|
||||
|
||||
describe.only 'checkInstitutionUsers', ->
|
||||
describe 'checkInstitutionUsers', ->
|
||||
it 'check all users Features', (done) ->
|
||||
affiliations = [
|
||||
{ email: 'foo@bar.com' }
|
||||
|
|
Loading…
Reference in a new issue