Skip to content

Commit 893eba1

Browse files
author
Evan Buss
committed
formatting
1 parent 4e977d9 commit 893eba1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/Microsoft.Identity.Web.Test/Resource/RequiredScopeOrAppPermissionExtensionsTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ namespace Microsoft.Identity.Web.Test.Resource
2020
{
2121
public class RequiredScopeOrAppPermissionExtensionsTests
2222
{
23-
2423
private const string PolicyName = "foo";
2524
private const string AppPermission = "access_as_app";
2625
private const string Scope = "user.read";
2726

28-
2927
[Fact]
3028
public async Task RequireScopeOrAppPermission_WithAppPermission_SucceedsAsync()
3129
{
@@ -51,7 +49,6 @@ public async Task RequireScopeOrAppPermission_WithAppPermission_SucceedsAsync()
5149
Assert.True(allowed.Succeeded);
5250
}
5351

54-
5552
private static IAuthorizationService BuildAuthorizationService(string policy, string? appPermission, string? scope)
5653
{
5754
IHostBuilder hostBuilder = Host.CreateDefaultBuilder()

0 commit comments

Comments
 (0)