From e22da8e530ec68cd23e7c43cbe967ad70be26b85 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 27 Mar 2017 09:57:15 +0100 Subject: [PATCH] rename unit test --- .../coffee/Authorization/AuthorizationManagerTests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/test/UnitTests/coffee/Authorization/AuthorizationManagerTests.coffee b/services/web/test/UnitTests/coffee/Authorization/AuthorizationManagerTests.coffee index b85449d7fd..d779934055 100644 --- a/services/web/test/UnitTests/coffee/Authorization/AuthorizationManagerTests.coffee +++ b/services/web/test/UnitTests/coffee/Authorization/AuthorizationManagerTests.coffee @@ -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