This commit is contained in:
苏尹岚
2020-11-19 15:06:14 +08:00
parent 4551594f91
commit 264d1ea1ea
4 changed files with 56 additions and 5 deletions

View File

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