From 22a58e96dddd326f4c331c2a1bdea46f808ae3ad Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Fri, 7 Aug 2026 14:58:02 +0200 Subject: refactor: Store rides in columns --- ride/difficulty_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ride/difficulty_test.go') diff --git a/ride/difficulty_test.go b/ride/difficulty_test.go index 5ba14c7..4b72037 100644 --- a/ride/difficulty_test.go +++ b/ride/difficulty_test.go @@ -54,6 +54,6 @@ func TestDifficultyScoreHautacamClimbfinderReference(t *testing.T) { climbs := r.AllClimbs() assert.Len(t, climbs, 6) hautacam := climbs[5] - assert.InDelta(t, 128.6, hautacam.Start().DistanceM/1000, 0.1) + assert.InDelta(t, 128.6, hautacam.StartDistanceM()/1000, 0.1) assert.InDelta(t, 930.0, hautacam.DifficultyScore(), 10) } -- cgit v1.2.3