16 lines
232 B
Go
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))
|
|
}
|