fix UnitTest in acl

This commit is contained in:
游远 2017-08-09 14:21:21 +08:00
parent d77aaa31a4
commit 25860a0718
1 changed files with 1 additions and 1 deletions

View File

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