14 lines
281 B
Go
14 lines
281 B
Go
package cms
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
|
)
|
|
|
|
func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) {
|
|
vendorIDList := []int{}
|
|
storeIDList := []int{}
|
|
CheckSkuDiffBetweenJxAndVendor(jxcontext.AdminCtx, vendorIDList, storeIDList)
|
|
}
|