mirror of
https://github.com/casbin/bee.git
synced 2025-05-24 08:20:32 +08:00
10 lines
121 B
Go
10 lines
121 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetControllerInfo(t *testing.T) {
|
|
getControllerInfo("testdata/router/")
|
|
}
|