From 984533f87c602b4a76b9164a2e547302facef683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 11 Nov 2025 18:20:02 +0800 Subject: [PATCH] 1 --- platformapi/jdapi/jdapi_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }