Skip to content

Commit 7445718

Browse files
committed
Tests: fix database 61 conflict
1 parent 202cd14 commit 7445718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StackExchange.Redis.Tests/Issues/SO25113323.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public void SetExpirationToPassed()
1616
using (var conn = Create())
1717
{
1818
// Given
19-
var cache = conn.GetDatabase(61);
19+
var cache = conn.GetDatabase(59);
2020
cache.KeyDelete(key);
2121
cache.HashSet(key, "full", "test", When.NotExists, CommandFlags.PreferMaster);
2222

0 commit comments

Comments
 (0)