Skip to content

Commit

Permalink
Removing Obsolete types/members
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 11, 2022
1 parent c68762b commit 9f967a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Helpers/MockHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ public static ControllerContext CreateMockControllerContextWithUser(IServiceProv
},
};

[Obsolete("Use the correctly named ConfigureMockAuthorizationService() instead.")]
public static void ConfigureMockAutherizationService(this AutoMocker mocker, AuthorizationResult authorizationResult) =>
ConfigureMockAuthorizationService(mocker, authorizationResult);

public static void ConfigureMockAuthorizationService(this AutoMocker mocker, AuthorizationResult authorizationResult) =>
mocker
.GetMock<IAuthorizationService>()
Expand Down

0 comments on commit 9f967a1

Please sign in to comment.