Commit 10febbf3 authored by Nick Craver's avatar Nick Craver

Tests: move locking DB

parent 68e93863
......@@ -123,7 +123,7 @@ public void TakeLockAndExtend()
string right = Guid.NewGuid().ToString(),
wrong = Guid.NewGuid().ToString();
const int DB = 7;
const int DB = 58;
const string Key = "lock-key";
//conn.SuspendFlush();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment