Skip to content

Commit c5dad60

Browse files
committed
fix formatting
1 parent 9961b4a commit c5dad60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NRedisStack.Tests/TokenBasedAuthentication/AuthenticationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public AuthenticationTests(RedisFixture redisFixture) : base(redisFixture) { }
1818
[TargetEnvironment("standalone-entraid-acl")]
1919
public void TestTokenBasedAuthentication()
2020
{
21-
Assert.True(new FaultInjectorClient().TriggerActionAsync("enable_entraid", new Dictionary<string, object>()).Wait(5000),"Entraid could not be enabled this time!!!");
21+
Assert.True(new FaultInjectorClient().TriggerActionAsync("enable_entraid", new Dictionary<string, object>()).Wait(5000), "Entraid could not be enabled this time!!!");
2222
// NOTE: ConnectionMultiplexer instances should be as long-lived as possible. Ideally a single ConnectionMultiplexer per cache is reused over the lifetime of the client application process.
2323
ConnectionMultiplexer? connectionMultiplexer = null;
2424
// StringWriter connectionLog = new();

0 commit comments

Comments
 (0)