go-common/app/admin/ep/merlin/service/machine_test.go
2019-04-22 18:49:16 +08:00

14 lines
176 B
Go

package service
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestGenMachines(t *testing.T) {
Convey("test UserTree", t, func() {
//TODO
})
}