mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 23:58:04 -05:00
14 lines
176 B
Go
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
|
||
|
|
})
|
||
|
|
}
|