This commit is contained in:
苏尹岚
2021-03-01 14:07:40 +08:00
parent 7d34db488b
commit 1ba648d99c
2 changed files with 5 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ func TestUpdateExpand(t *testing.T) {
}
func TestCreateGisFence(t *testing.T) {
err := api.CreateGisFence(1000070143, 3)
err := api.CreateGisFence(1000069001, 3)
if err != nil {
t.Fatal(err)
}