diff --git a/tests/StackExchange.Redis.Tests/TestBase.cs b/tests/StackExchange.Redis.Tests/TestBase.cs index cbf5bc033..7038aaa2f 100644 --- a/tests/StackExchange.Redis.Tests/TestBase.cs +++ b/tests/StackExchange.Redis.Tests/TestBase.cs @@ -394,7 +394,8 @@ public static ConnectionMultiplexer CreateDefault( bool logTransactionData = true, int? defaultDatabase = null, BacklogPolicy? backlogPolicy = null, - RedisProtocol? protocol = null, bool highIntegrity = false, + RedisProtocol? protocol = null, + bool highIntegrity = false, [CallerMemberName] string caller = "") { StringWriter? localLog = null;