Skip to content

Commit 2303ec7

Browse files
committed
fix formatting
1 parent 11c8784 commit 2303ec7

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
@@ -23,7 +23,7 @@ public void TestTokenBasedAuthentication()
2323
configurationOptions.Ssl = false;
2424
configurationOptions.AbortOnConnectFail = true; // Fail fast for the purposes of this sample. In production code, this should remain false to retry connections on startup
2525

26-
ConnectionMultiplexer?connectionMultiplexer = redisFixture.GetConnectionById(configurationOptions, "standalone-entraid-acl");
26+
ConnectionMultiplexer? connectionMultiplexer = redisFixture.GetConnectionById(configurationOptions, "standalone-entraid-acl");
2727

2828
IDatabase db = connectionMultiplexer.GetDatabase();
2929

0 commit comments

Comments
 (0)