Fix failing SimpleGamesystem tests
All checks were successful
E2E Testing / test (push) Successful in 1m25s
All checks were successful
E2E Testing / test (push) Successful in 1m25s
This commit is contained in:
parent
e2cfe97b61
commit
9bb1dfec93
@ -44,8 +44,8 @@ export class ProductStateTrainer {
|
|||||||
const letterGamesystem = productGamesystem.findChildSystemByName(ProductStateTrainer.LETTERS_GAMESYSTEM_NAME) as SimpleGamesystem;
|
const letterGamesystem = productGamesystem.findChildSystemByName(ProductStateTrainer.LETTERS_GAMESYSTEM_NAME) as SimpleGamesystem;
|
||||||
const numberGamesystem = productGamesystem.findChildSystemByName(ProductStateTrainer.NUMBERS_GAMESYSTEM_NAME) as SimpleGamesystem;
|
const numberGamesystem = productGamesystem.findChildSystemByName(ProductStateTrainer.NUMBERS_GAMESYSTEM_NAME) as SimpleGamesystem;
|
||||||
|
|
||||||
const letterGamesystemState = letterGamesystem.createState(ProductStateTrainer.INNERSTATE_LETTER_3)!;
|
const letterGamesystemState = letterGamesystem.createState(ProductStateTrainer.INNERSTATE_LETTER_3, "")!;
|
||||||
const numberGamesystemState = numberGamesystem.createState(ProductStateTrainer.INNERSTATE_NUMBER_3)!;
|
const numberGamesystemState = numberGamesystem.createState(ProductStateTrainer.INNERSTATE_NUMBER_3, "")!;
|
||||||
|
|
||||||
return [letterGamesystemState, numberGamesystemState];
|
return [letterGamesystemState, numberGamesystemState];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user