Skip to content

Commit

Permalink
acl: fix spelling in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Jun 19, 2015
1 parent 1e5a2a8 commit 90f5eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acl/acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 90f5eb8

Please sign in to comment.