Skip to content

Commit

Permalink
fixed which test was first in theory data
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLozensky committed Jun 21, 2024
1 parent 6044404 commit 367e311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ public static TheoryData<CreateTokenTheoryData> CreateJWEUsingSecurityTokenDescr
{
new CreateTokenTheoryData
{
First = true,
TestId = "ValidAudiences",
TokenDescriptor = new SecurityTokenDescriptor
{
Expand Down Expand Up @@ -549,7 +550,6 @@ public static TheoryData<CreateTokenTheoryData> CreateJWEUsingSecurityTokenDescr
},
new CreateTokenTheoryData
{
First = true,
TestId = "IdenticalClaims",
TokenDescriptor = new SecurityTokenDescriptor
{
Expand Down

0 comments on commit 367e311

Please sign in to comment.