bilibili-backup/app/job/main/tv/service/pgc/zone_index_test.go

14 lines
198 B
Go
Raw Permalink Normal View History

2019-04-22 10:59:20 +08:00
package pgc
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestService_ZoneIdx(t *testing.T) {
Convey("ZoneIdx", t, WithService(func(s *Service) {
s.ZoneIdx()
}))
}