2019-04-22 02:59:20 +00: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() {
})
}