From 136c1b293f3160497c63aa28fd25062f5fc6fca3 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 9 May 2022 16:37:47 +0200 Subject: [PATCH] Update packages/pinball_components/test/src/components/spaceship_ramp/cubit/spaceship_ramp_state_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../spaceship_ramp/cubit/spaceship_ramp_state_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinball_components/test/src/components/spaceship_ramp/cubit/spaceship_ramp_state_test.dart b/packages/pinball_components/test/src/components/spaceship_ramp/cubit/spaceship_ramp_state_test.dart index 77cf20c3..e7a2a859 100644 --- a/packages/pinball_components/test/src/components/spaceship_ramp/cubit/spaceship_ramp_state_test.dart +++ b/packages/pinball_components/test/src/components/spaceship_ramp/cubit/spaceship_ramp_state_test.dart @@ -47,7 +47,7 @@ void main() { }); test( - 'fullArrowLit returns if lightState is last one', + 'fullArrowLit returns true when lightState is last one', () { expect( SpaceshipRampState.initial().fullArrowLit,