This commit is contained in:
苏尹岚
2020-12-07 16:19:15 +08:00
parent e5aeda9c31
commit 67d3821aac
3 changed files with 115 additions and 1 deletions

View File

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