fix: correct stale G1-G4 comment to G1-G5 in gpx-journey spec

This commit is contained in:
2026-06-20 00:54:06 +02:00
parent 0b49f90206
commit 832e135e3a
+1 -1
View File
@@ -1,5 +1,5 @@
// @ts-check // @ts-check
// Tests: G1G4 — buildJourneySegments algorithm correctness // Tests: G1G5 — buildJourneySegments algorithm correctness
// These tests load the italy-2025 map page (which has GPX) to get MapUtils in scope, // These tests load the italy-2025 map page (which has GPX) to get MapUtils in scope,
// then call the functions with synthetic data via page.evaluate. // then call the functions with synthetic data via page.evaluate.
// Requires demo data: run `make demo-load` before this suite. // Requires demo data: run `make demo-load` before this suite.