12345678910111213141516171819202122 |
- 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() {
- })
- }
|