Commit 7445718e authored by Nick Craver's avatar Nick Craver

Tests: fix database 61 conflict

parent 202cd146
......@@ -16,7 +16,7 @@ public void SetExpirationToPassed()
using (var conn = Create())
{
// Given
var cache = conn.GetDatabase(61);
var cache = conn.GetDatabase(59);
cache.KeyDelete(key);
cache.HashSet(key, "full", "test", When.NotExists, CommandFlags.PreferMaster);
......
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