chore(go): Adding fun comment

This commit is contained in:
Micheal Wilkinson
2026-03-19 14:20:15 +00:00
parent f443e96f9e
commit 904c1be192

View File

@@ -20,6 +20,7 @@ type TrackSuite struct {
app *core.App app *core.App
} }
//NB: this has nothing to do with jogging
func TestTrackSuite(t *testing.T) { func TestTrackSuite(t *testing.T) {
suite.Run(t, new(TrackSuite)) suite.Run(t, new(TrackSuite))
} }