yavsc/src/Yavsc.Blogs.Tests/JwtClaimMappingCollection.cs
Paul Schneider 0d3fbf22c3
Some checks failed
Dotnet build and test / log-the-inputs (push) Has been cancelled
Dotnet build and test / build (push) Has been cancelled
GetUserId_reads_NameIdentifier_when_sub_was_mapped
2026-08-10 18:34:01 +01:00

8 lines
167 B
C#

using Xunit;
namespace Yavsc.Blogs.Tests;
[CollectionDefinition("JwtClaimMapping", DisableParallelization = true)]
public sealed class JwtClaimMappingCollection
{
}