From 855a7c31e6ef747b68eeae76eed510bf8387a65c Mon Sep 17 00:00:00 2001 From: gnezim Date: Fri, 17 Apr 2026 08:36:08 +0300 Subject: [PATCH] Fix POPULATION_1KK size in C.2 spec: Angular source has 30 entries, not 29 --- .../specs/2026-04-17-flights-map-c2-markers-zoom-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md b/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md index f9404548..c98673b6 100644 --- a/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md +++ b/docs/superpowers/specs/2026-04-17-flights-map-c2-markers-zoom-design.md @@ -222,7 +222,7 @@ Three test files. - `getCityZoomLevel("TJM")` → `5` (500k). - `getCityZoomLevel("MMK")` → `6` (100k). - `getCityZoomLevel("UNKNOWN")` → `6` (default). -- `POPULATION_1KK.size === 29`, `POPULATION_500K.size === 23`, `POPULATION_100K.size === 39`, `POPULAR_RESORTS.size === 15` — exact sizes (tight couplings to the Angular source; any delta is intentional and must update this expectation). +- `POPULATION_1KK.size === 30`, `POPULATION_500K.size === 23`, `POPULATION_100K.size === 39`, `POPULAR_RESORTS.size === 15` — exact sizes (tight couplings to the Angular source; any delta is intentional and must update this expectation). ### `MapCanvas.test.tsx` — jsdom