Skip to content

Commit 8aac5ed

Browse files
authored
Update src/Http/Authentication.Core/test/TokenExtensionTests.cs
1 parent 94db68d commit 8aac5ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Http/Authentication.Core/test/TokenExtensionTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
using System.Security.Claims;
45
using Microsoft.AspNetCore.Http;
56
using Microsoft.Extensions.DependencyInjection;
6-
using System.Security.Claims;
7-
using static Microsoft.AspNetCore.Authentication.Core.Test.AuthenticationPropertiesTests;
87

98
namespace Microsoft.AspNetCore.Authentication.Core.Test;
109

0 commit comments

Comments
 (0)