bee/autorouter_test.go

10 lines
121 B
Go

package main
import (
"testing"
)
func TestGetControllerInfo(t *testing.T) {
getControllerInfo("testdata/router/")
}