Commit 0c3f4820 authored by Marc Gravell's avatar Marc Gravell

fix test that is impacted by other usage

parent 3efde9a6
......@@ -24,7 +24,7 @@ public void TestScan()
for (int i = 0; i < Count; i++)
db.StringSet(prefix + "x" + i, "y" + i, flags: CommandFlags.FireAndForget);
var count = server.Keys(dbId).Count();
var count = server.Keys(dbId, prefix + "*").Count();
Assert.Equal(Count, count);
}
}
......
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