Files
jx-callback/business/jxstore/promotion/jd_promotion_test.go
2019-03-20 22:28:51 +08:00

16 lines
232 B
Go

package promotion
import (
"testing"
"git.rosy.net.cn/jx-callback/globals/testinit"
)
func init() {
testinit.Init()
}
func TestCreateLocalPromotionFromRemote(t *testing.T) {
t.Log(createLocalPromotionFromRemote(14510904))
}