mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
rename unit test
This commit is contained in:
parent
f27dfa54f1
commit
e22da8e530
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ describe "AuthorizationManager", ->
|
|||
@AuthorizationManager.getPrivilegeLevelForProject @user_id, @project_id, (error) ->
|
||||
error.should.be.instanceof Errors.NotFoundError
|
||||
|
||||
describe "when the project id is not validssssssss", ->
|
||||
describe "when the project id is not valid", ->
|
||||
beforeEach ->
|
||||
@AuthorizationManager.isUserSiteAdmin.withArgs(@user_id).yields(null, false)
|
||||
@CollaboratorsHandler.getMemberIdPrivilegeLevel
|
||||
|
|
Loading…
Reference in a new issue