rename unit test

This commit is contained in:
Henry Oswald 2017-03-27 09:57:15 +01:00
parent f27dfa54f1
commit e22da8e530

View file

@ -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