We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 508d1a8 + 0b7c66e commit 4e2388cCopy full SHA for 4e2388c
1 file changed
tests/CacheTower.Tests/Utils/RedisHelper.cs
@@ -43,6 +43,7 @@ public static ConnectionMultiplexer GetConnection()
43
public static void ResetState()
44
{
45
GetConnection().GetServer(Endpoint).FlushDatabase();
46
+ GetConnection().GetSubscriber().UnsubscribeAll();
47
48
//.NET Framework doesn't support `Clear()` on Errors so we do it manually
49
while (!Errors.IsEmpty)
0 commit comments