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