Commit a7057117 authored by Nick Craver's avatar Nick Craver

Fix FlushFetchRandomKey harder =P

parent e03e171c
......@@ -34,7 +34,7 @@ public void FlushFetchRandomKey()
using (var conn = Create(allowAdmin: true))
{
var db = conn.GetDatabase(14);
conn.GetServer(TestConfig.Current.MasterServerAndPort).FlushDatabase();
conn.GetServer(TestConfig.Current.MasterServerAndPort).FlushDatabase(14);
string anyKey = db.KeyRandom();
Assert.Null(anyKey);
......
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