sea_con_test.go 224 B

12345678910111213
  1. package ugc
  2. import (
  3. "testing"
  4. . "github.com/smartystreets/goconvey/convey"
  5. )
  6. func TestService_SearUgcCon(t *testing.T) {
  7. Convey("search season content count", t, WithService(func(s *Service) {
  8. s.seaUgcCont()
  9. }))
  10. }