Skip to content

Commit c94c1e6

Browse files
committed
rollback semaphore
1 parent 79e24db commit c94c1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NetDevPack.Security.Jwt.Tests/StoreTests/GenericStoreServiceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace NetDevPack.Security.Jwt.Tests.StoreTests;
2121
public abstract class GenericStoreServiceTest<TWarmup> : IClassFixture<TWarmup>
2222
where TWarmup : class, IWarmupTest
2323
{
24-
private static SemaphoreSlim TestSync = new(1,1);
24+
private static SemaphoreSlim TestSync = new(1);
2525
protected readonly IJsonWebKeyStore _store;
2626
private readonly IOptions<JwtOptions> _options;
2727
public TWarmup WarmupData { get; }

0 commit comments

Comments
 (0)