This commit is contained in:
苏尹岚
2020-12-07 14:14:37 +08:00
parent dc59cbd232
commit 36f241e878
5 changed files with 79 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ func TestCreateEntityStore(t *testing.T) {
}
func TestDeleteStoresByID(t *testing.T) {
err := api.DeleteStoresByID(1000068955)
err := api.DeleteStoresByID(1000063844)
if err != nil {
t.Fatal(err)
}