sea_con_test.go 224 B

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