go-common/app/job/main/passport-game-data/service/cloud2local_test.go
2019-04-22 18:49:16 +08:00

15 lines
191 B
Go

package service
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestService_DoCompare(t *testing.T) {
once.Do(startService)
Convey("compare", t, func() {
})
}