Skip to content

Commit

Permalink
fix copy past error
Browse files Browse the repository at this point in the history
  • Loading branch information
kllysng committed Sep 26, 2024
1 parent 06a0b8a commit 9cf0aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.IdentityModel.Tokens.Tests
{
public class JweUsingEcdhEsTests
{
[Theory, MemberData(nameof(CreateEcdhEsTestCases), DisableDiscoveryEnumeration = true)]
[Theory, MemberData(nameof(CreateEcdhEsTestcases), DisableDiscoveryEnumeration = true)]
public async Task CreateJweEcdhEsTests(CreateEcdhEsTheoryData theoryData)
{
var context = TestUtilities.WriteHeader($"{this}.CreateJweEcdhEsTests", theoryData);
Expand Down

0 comments on commit 9cf0aa4

Please sign in to comment.