Skip to content

Commit 10febbf

Browse files
committed
Tests: move locking DB
1 parent 68e9386 commit 10febbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StackExchange.Redis.Tests/Booksleeve/Locking.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void TakeLockAndExtend()
123123
string right = Guid.NewGuid().ToString(),
124124
wrong = Guid.NewGuid().ToString();
125125

126-
const int DB = 7;
126+
const int DB = 58;
127127
const string Key = "lock-key";
128128

129129
//conn.SuspendFlush();

0 commit comments

Comments
 (0)