gosick #1

Merged
DelphicOkami merged 162 commits from gosick into main 2026-03-21 23:08:00 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 15f05a1999 - Show all commits

View File

@@ -69,4 +69,4 @@ func (s *ListSuite) TestList_OutputsSortedCastlesWithRemoteURLs() {
"zomg git://github.com/technicalpickles/zomg.git\n", "zomg git://github.com/technicalpickles/zomg.git\n",
s.stdout.String(), s.stdout.String(),
) )
} }

View File

@@ -20,7 +20,7 @@ type TrackSuite struct {
app *core.App app *core.App
} }
//NB: this has nothing to do with jogging // 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))
} }