Rename ns Microsoft.AspNetCore.Authroization.Test to Microsoft.AspNetCore.Authorization.Test (#1693)

This commit is contained in:
Alexander Klingenbeck 2018-03-13 18:57:36 +01:00 committed by Hao Kung
parent 41bcbd5f0b
commit 4103d47f09
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using Microsoft.AspNetCore.Authorization.Infrastructure;
using Microsoft.Extensions.Options;
using Xunit;
namespace Microsoft.AspNetCore.Authroization.Test
namespace Microsoft.AspNetCore.Authorization.Test
{
public class AuthorizationPolicyFacts
{