This commit is contained in:
邹宗楠
2025-11-11 18:20:02 +08:00
parent d2996db7cf
commit 984533f87c

View File

@@ -86,7 +86,7 @@ func TestAccessAPINoPage(t *testing.T) {
t.Fatal("no areaName key") t.Fatal("no areaName key")
} }
if _, ok := oneCity["yn"]; ok { if _, ok := oneCity["yn"]; ok {
t.Fatal("yn field havn't been removed") t.Fatal("yn field havn't been removed 222")
} }
} }