Fix POPULATION_1KK size in C.2 spec: Angular source has 30 entries, not 29
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user