We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e24db commit c94c1e6Copy full SHA for c94c1e6
tests/NetDevPack.Security.Jwt.Tests/StoreTests/GenericStoreServiceTest.cs
@@ -21,7 +21,7 @@ namespace NetDevPack.Security.Jwt.Tests.StoreTests;
21
public abstract class GenericStoreServiceTest<TWarmup> : IClassFixture<TWarmup>
22
where TWarmup : class, IWarmupTest
23
{
24
- private static SemaphoreSlim TestSync = new(1,1);
+ private static SemaphoreSlim TestSync = new(1);
25
protected readonly IJsonWebKeyStore _store;
26
private readonly IOptions<JwtOptions> _options;
27
public TWarmup WarmupData { get; }
0 commit comments