Update packages/pinball_components/test/src/components/spaceship_ramp/spaceship_ramp_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 3f721f0bcc
commit 9d3afc6dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,8 +62,8 @@ void main() {
}, },
); );
group('loads', () { group('adds', () {
flameTester.test('adds a FlameBlocProvider', (game) async { flameTester.test('a FlameBlocProvider', (game) async {
final ramp = SpaceshipRamp(); final ramp = SpaceshipRamp();
await game.ensureAdd(ramp); await game.ensureAdd(ramp);
expect( expect(

Loading…
Cancel
Save