- fix bug in UpdateStore(GetRows)
This commit is contained in:
@@ -17,7 +17,7 @@ func TestReadStore(t *testing.T) {
|
||||
|
||||
func TestUpdateStore(t *testing.T) {
|
||||
db := dao.GetDB()
|
||||
err := new(PurchaseHandler).UpdateStore(db, 100077, "autotest")
|
||||
err := new(PurchaseHandler).UpdateStore(db, testShopID, "autotest")
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user