- skuName place bind man.

This commit is contained in:
gazebo
2018-09-12 23:15:54 +08:00
parent ecd19c55b3
commit f14112c030
14 changed files with 173 additions and 68 deletions

View File

@@ -28,7 +28,7 @@ func TestUpdateSku(t *testing.T) {
sku.ID = skuID
dao.GetEntity(nil, sku)
err := new(PurchaseHandler).UpdateSku(sku)
err := new(PurchaseHandler).UpdateSku(sku, "autotest")
if err != nil {
t.Fatal(err.Error())
}