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

@ -69,7 +69,7 @@ void main() {
final flameTester = FlameTester(_TestGame.new); final flameTester = FlameTester(_TestGame.new);
flameTester.test( flameTester.test(
'when hits adds a ScoringBehavior', 'adds a ScoringBehavior when hit',
(game) async { (game) async {
final bloc = _MockSpaceshipRampCubit(); final bloc = _MockSpaceshipRampCubit();
final state = SpaceshipRampState.initial(); final state = SpaceshipRampState.initial();

Loading…
Cancel
Save