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

14 lines
199 B
Go

package service
import (
"testing"
"github.com/smartystreets/goconvey/convey"
)
func TestWatchSideBar(t *testing.T) {
convey.Convey("Archive3", t, func(ctx convey.C) {
s.WatchSideBar()
})
}