This commit is contained in:
suyl
2021-04-27 09:43:23 +08:00
parent 0f166d6684
commit 0106f92c96
2 changed files with 3 additions and 1 deletions

View File

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