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 8a09c22800
commit 56e8b8ec10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ void main() {
final flameTester = FlameTester(_TestGame.new);
flameTester.test(
'when round lost call onReset',
'calls onReset when round lost',
(game) async {
final bloc = _MockSpaceshipRampCubit();
final state = GameState.initial();

Loading…
Cancel
Save