Commit 1b3e0040 authored by Marc Gravell's avatar Marc Gravell

typo

parent 0376026f
......@@ -34,7 +34,7 @@ public void NullPrefixIsError_Bytes()
using (var conn = Create())
{
var raw = conn.GetDatabase(1);
var prefixed = raw.WithKeyPrefix((string)null);
var prefixed = raw.WithKeyPrefix((byte[])null);
}
}
[Test, ExpectedException(typeof(ArgumentNullException))]
......
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