Update packages/pinball_components/test/src/components/multiball/behaviors/multiball_blinking_behavior_test.dart

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

@ -54,7 +54,7 @@ void main() {
); );
flameTester.testGameWidget( flameTester.testGameWidget(
'calls onStop stops animation', 'calls onStop when animation state is stopped',
setUp: (game, tester) async { setUp: (game, tester) async {
final behavior = MultiballBlinkingBehavior(); final behavior = MultiballBlinkingBehavior();
final bloc = MockMultiballCubit(); final bloc = MockMultiballCubit();

Loading…
Cancel
Save