|
|
@ -64,7 +64,7 @@ void main() {
|
|
|
|
whenListen(
|
|
|
|
whenListen(
|
|
|
|
bloc,
|
|
|
|
bloc,
|
|
|
|
const Stream<SpaceshipRampState>.empty(),
|
|
|
|
const Stream<SpaceshipRampState>.empty(),
|
|
|
|
initialState: SpaceshipRampState.initial(),
|
|
|
|
initialState: const SpaceshipRampState.initial(),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
final rampSensor = RampScoringSensor.test();
|
|
|
|
final rampSensor = RampScoringSensor.test();
|
|
|
@ -92,7 +92,7 @@ void main() {
|
|
|
|
whenListen(
|
|
|
|
whenListen(
|
|
|
|
bloc,
|
|
|
|
bloc,
|
|
|
|
const Stream<SpaceshipRampState>.empty(),
|
|
|
|
const Stream<SpaceshipRampState>.empty(),
|
|
|
|
initialState: SpaceshipRampState.initial(),
|
|
|
|
initialState: const SpaceshipRampState.initial(),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
final rampSensor = RampScoringSensor.test();
|
|
|
|
final rampSensor = RampScoringSensor.test();
|
|
|
|