|
|
@ -75,7 +75,7 @@ void main() {
|
|
|
|
|
|
|
|
|
|
|
|
flameTester.testGameWidget(
|
|
|
|
flameTester.testGameWidget(
|
|
|
|
'adds GameBonus.googleWord to the game when all letters '
|
|
|
|
'adds GameBonus.googleWord to the game when all letters '
|
|
|
|
'in google word are activated and calls onBonusAwarded',
|
|
|
|
'in google word are activated and calls onReset',
|
|
|
|
setUp: (game, tester) async {
|
|
|
|
setUp: (game, tester) async {
|
|
|
|
final behavior = GoogleWordBonusBehavior();
|
|
|
|
final behavior = GoogleWordBonusBehavior();
|
|
|
|
final parent = GoogleGallery.test();
|
|
|
|
final parent = GoogleGallery.test();
|
|
|
|