acl: fix spelling in tests

This commit is contained in:
Ryan Uber 2015-06-19 10:20:38 -07:00
parent 1e5a2a8960
commit 90f5eb8f69
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") {