Merge pull request #3375 from sin5th/sin5th

fix UnitTest in acl
pull/3377/head
James Phillips 2017-08-08 23:26:18 -07:00 committed by GitHub
commit 81194972a0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func TestStaticACL(t *testing.T) {
} }
manage := ManageAll() manage := ManageAll()
if _, ok := none.(*StaticACL); !ok { if _, ok := manage.(*StaticACL); !ok {
t.Fatalf("expected static") t.Fatalf("expected static")
} }