diff --git a/test/System.IdentityModel.Tokens.Jwt.Tests/JwtSecurityTokenHandlerTests.cs b/test/System.IdentityModel.Tokens.Jwt.Tests/JwtSecurityTokenHandlerTests.cs index 1e54c918b0..c1ccc8e641 100644 --- a/test/System.IdentityModel.Tokens.Jwt.Tests/JwtSecurityTokenHandlerTests.cs +++ b/test/System.IdentityModel.Tokens.Jwt.Tests/JwtSecurityTokenHandlerTests.cs @@ -476,6 +476,7 @@ public static TheoryData CreateJWEUsingSecurityTokenDescr { new CreateTokenTheoryData { + First = true, TestId = "ValidAudiences", TokenDescriptor = new SecurityTokenDescriptor { @@ -549,7 +550,6 @@ public static TheoryData CreateJWEUsingSecurityTokenDescr }, new CreateTokenTheoryData { - First = true, TestId = "IdenticalClaims", TokenDescriptor = new SecurityTokenDescriptor {