cmd: create ship type
This commit is contained in:
@@ -26,7 +26,7 @@ func TestComposeGame(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func g(t *testing.T, f func(func(*game.Param), func() mg.Game)) {
|
||||
func g(t *testing.T, f func(p func(*game.Param), g func() mg.Game)) {
|
||||
root, cleanup := util.CreateWorkDir(t)
|
||||
defer cleanup()
|
||||
races := make([]string, testRaceCount)
|
||||
|
||||
Reference in New Issue
Block a user