23 lines
331 B
Go
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() {
|
|
})
|
|
}
|