Update packages/pinball_components/test/src/components/multiball/multiball_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 e8e4048bf8
commit 8f1d31de62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,7 @@ void main() {
expect(multiball.children, contains(component));
});
flameTester.test('an MultiballBlinkingBehavior', (game) async {
flameTester.test('a MultiballBlinkingBehavior', (game) async {
final multiball = Multiball.a();
await game.ensureAdd(multiball);
expect(

Loading…
Cancel
Save