feat: turn stage increment after player's command
This commit is contained in:
@@ -53,7 +53,7 @@ func TestCreateScienceValidation(t *testing.T) {
|
||||
{typeName, 0, 0, 0, -1, e.GenericErrorText(e.ErrInputCargoValue)},
|
||||
{typeName, 0, 1, 1, -1, e.GenericErrorText(e.ErrInputCargoValue)},
|
||||
}
|
||||
c(t, func(p func(*controller.Param), g func() *controller.Controller) {
|
||||
c(t, func(p func(*controller.Param), ctrl func() *controller.Controller) {
|
||||
for i, tc := range table {
|
||||
if tc.err == "" {
|
||||
n := tc.name + strconv.Itoa(i)
|
||||
|
||||
Reference in New Issue
Block a user