go-common/app/job/main/click/dao/archive_test.go
2019-04-22 18:49:16 +08:00

15 lines
190 B
Go

package dao
import (
"context"
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func Test_MaxAID(t *testing.T) {
Convey("MaxAID", t, func() {
d.MaxAID(context.TODO())
})
}