chore(go): run go fmt on core test files
This commit is contained in:
@@ -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(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user