diff --git a/platformapi/jdapi/jdapi_test.go b/platformapi/jdapi/jdapi_test.go index 2156d185..35624cd8 100644 --- a/platformapi/jdapi/jdapi_test.go +++ b/platformapi/jdapi/jdapi_test.go @@ -86,7 +86,7 @@ func TestAccessAPINoPage(t *testing.T) { t.Fatal("no areaName key") } if _, ok := oneCity["yn"]; ok { - t.Fatal("yn field havn't been removed") + t.Fatal("yn field havn't been removed 222") } }