This commit is contained in:
苏尹岚
2020-12-03 11:16:14 +08:00
parent 7108c05fb4
commit dc59cbd232
6 changed files with 75 additions and 7 deletions

View File

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