Update test/game/components/android_acres/behaviors/ramp_progress_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 d64d5d8b16
commit f67fcc8e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,8 +227,8 @@ void main() {
);
flameTester.test(
"doesn't add again onProgressed to dimmed all "
'when arrow is not full lit after hit',
"doesn't add onProgressed to dim arrow "
'when arrow is not fully lit after hit',
(game) async {
final bloc = _MockSpaceshipRampCubit();
final state = SpaceshipRampState.initial();

Loading…
Cancel
Save