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)) }