acl: fix spelling in tests

This commit is contained in:
Ryan Uber 2015-06-19 10:20:38 -07:00
parent e0ce6059f6
commit bfaf11d3d6
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@ func TestStaticACL(t *testing.T) {
t.Fatalf("should not allow")
}
if none.ACLList() {
t.Fatalf("should not noneow")
t.Fatalf("should not allow")
}
if none.ACLModify() {
t.Fatalf("should not noneow")
t.Fatalf("should not allow")
}
if !manage.KeyRead("foobar") {