Files
openbilibili/app/job/main/aegis/dao/task_test.go

23 lines
331 B
Go
Raw Normal View History

2019-04-22 20:46:32 +08:00
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() {
})
}