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)) }