Commit 0b8bb049 authored by Richard Littauer's avatar Richard Littauer

Capitalized `NOTE`, first letter of following word

License: MIT
Signed-off-by: default avatarRichard Littauer <richard.littauer@gmail.com>
parent 8b350306
......@@ -213,7 +213,7 @@ func TestPinRecursiveFail(t *testing.T) {
t.Fatal(err)
}
// Note: this isnt a time based test, we expect the pin to fail
// NOTE: This isnt a time based test, we expect the pin to fail
mctx, _ := context.WithTimeout(ctx, time.Millisecond)
err = p.Pin(mctx, a, true)
if err == nil {
......
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