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

14 lines
217 B
Go

package pgc
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestService_FullRefresh(t *testing.T) {
Convey("No redundant data", t, WithService(func(s *Service) {
s.refreshCache()
}))
}