bilibili-backup/app/job/main/tv/service/ugc/sea_con_test.go
2019-04-22 02:59:20 +00:00

14 lines
224 B
Go

package ugc
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestService_SearUgcCon(t *testing.T) {
Convey("search season content count", t, WithService(func(s *Service) {
s.seaUgcCont()
}))
}