Files
go-common/app/job/main/aegis/dao/task_test.go
2019-04-22 18:49:16 +08:00

23 lines
331 B
Go

package dao
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func Test_TopWeights(t *testing.T) {
Convey("TopWeights", t, func() {
})
}
func Test_SetWeight(t *testing.T) {
Convey("TopWeights", t, func() {
})
}
func Test_TaskActiveConsumer(t *testing.T) {
Convey("TaskActiveConsumer", t, func() {
})
}