From 832e135e3adadf83e14f085e2b9caae31d2648b8 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 20 Jun 2026 00:54:06 +0200 Subject: [PATCH] fix: correct stale G1-G4 comment to G1-G5 in gpx-journey spec --- tests/ui/gpx-journey.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/gpx-journey.spec.js b/tests/ui/gpx-journey.spec.js index a74924f..8f6cf00 100644 --- a/tests/ui/gpx-journey.spec.js +++ b/tests/ui/gpx-journey.spec.js @@ -1,5 +1,5 @@ // @ts-check -// Tests: G1–G4 — buildJourneySegments algorithm correctness +// Tests: G1–G5 — buildJourneySegments algorithm correctness // 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. // Requires demo data: run `make demo-load` before this suite.