- fix some store to stores.

This commit is contained in:
gazebo
2018-10-11 16:11:48 +08:00
parent ed00165527
commit 5ec12fbbf1
7 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import (
func TestSyncStoreSkus(t *testing.T) {
db := dao.GetDB()
err := new(PurchaseHandler).SyncStoreSkus(db, []int{100077}, []int{7}, false, "autotest")
err := new(PurchaseHandler).SyncStoresSkus(db, []int{100077}, []int{7}, false, "autotest")
if err != nil {
t.Fatal(err.Error())
}