Skip to content

Commit

Permalink
Update tests/StackExchange.Redis.Tests/TestBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver authored Jun 18, 2024
1 parent c0ea6e3 commit 92aac1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/StackExchange.Redis.Tests/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 92aac1e

Please sign in to comment.