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