go-common/app/job/main/vip/service/sync_test.go

15 lines
220 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package service
import (
"context"
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func Test_SyncAllUser(t *testing.T) {
Convey("Test_SyncAllUser", t, func() {
s.SyncAllUser(context.Background())
})
}