Files
jx-callback/business/jxstore/cms/store_sku_check_test.go
2019-08-02 15:33:28 +08:00

11 lines
207 B
Go

package cms
import (
"testing"
)
func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) {
vendorIDList := []string{}
storeIDList := []string{}
CheckSkuDiffBetweenJxAndVendor(vendorIDList, storeIDList)
}