Update test/game/components/android_acres/behaviors/ramp_reset_behavior_test.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/416/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent 4ff65277fe
commit ece70d8158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ void main() {
); );
flameTester.test( flameTester.test(
"when round doesn't change never call onReset", "doesn't call onReset when round stays the same",
(game) async { (game) async {
final bloc = _MockSpaceshipRampCubit(); final bloc = _MockSpaceshipRampCubit();
final state = GameState.initial(); final state = GameState.initial();

Loading…
Cancel
Save