From 904c1be192f7eb36e3debaf748a717b22941d261 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Thu, 19 Mar 2026 14:20:15 +0000 Subject: [PATCH] chore(go): Adding fun comment --- internal/homesick/core/track_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/homesick/core/track_test.go b/internal/homesick/core/track_test.go index 30b7f73..7239a6c 100644 --- a/internal/homesick/core/track_test.go +++ b/internal/homesick/core/track_test.go @@ -20,6 +20,7 @@ type TrackSuite struct { app *core.App } +//NB: this has nothing to do with jogging func TestTrackSuite(t *testing.T) { suite.Run(t, new(TrackSuite)) }