Update packages/pinball_components/test/src/components/android_animatronic_test.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/298/head
Allison Ryan 3 years ago committed by GitHub
parent b80733945a
commit 94fc9e4b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,6 @@ void main() {
(game) async { (game) async {
final androidAnimatronic = AndroidAnimatronic(); final androidAnimatronic = AndroidAnimatronic();
await game.ensureAdd(androidAnimatronic); await game.ensureAdd(androidAnimatronic);
expect(game.contains(androidAnimatronic), isTrue); expect(game.contains(androidAnimatronic), isTrue);
}, },
); );

Loading…
Cancel
Save