We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d28ef8 commit 6d86407Copy full SHA for 6d86407
1 file changed
adapter_test.go
@@ -25,6 +25,7 @@ import (
25
)
26
27
func testGetPolicy(t *testing.T, e *casbin.Enforcer, res [][]string) {
28
+ t.Helper()
29
myRes := e.GetPolicy()
30
log.Print("Policy: ", myRes)
31
0 commit comments