From 573393409db67ce0d850c653775dd87406a3d705 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 20 May 2026 18:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=9A=E5=8A=A1=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=B5=8B=E8=AF=95=E9=80=82=E9=85=8D=E5=85=A8=E8=B7=91?= =?UTF-8?q?=E9=81=93=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scan-terminal/__tests__/stableServerRefreshPolicy.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/dashboard/scan-terminal/__tests__/stableServerRefreshPolicy.test.ts b/frontend/components/dashboard/scan-terminal/__tests__/stableServerRefreshPolicy.test.ts index 4233a917..d7d8a1a2 100644 --- a/frontend/components/dashboard/scan-terminal/__tests__/stableServerRefreshPolicy.test.ts +++ b/frontend/components/dashboard/scan-terminal/__tests__/stableServerRefreshPolicy.test.ts @@ -45,11 +45,11 @@ export function runTests() { "mobile city list should use MobileCityPicker before the optional map view", ); assert( - airportEvidenceSource.includes("FOCUS_RUNWAY_PAIRS") && + airportEvidenceSource.includes("SETTLEMENT_RUNWAY_PAIRS") && airportEvidenceSource.includes("chongqing") && airportEvidenceSource.includes("seoul") && !airportEvidenceSource.includes("busan:"), - "airport evidence must only expose configured focused runways, not all runway observations", + "settlement runway mapping must cover all active settlement cities without mixing in non-settlement airports", ); assert( dashboardClientSource.includes('CACHE_KEY = "polyWeather_v2_chart_full_day"'),