refactor: analyzer

pull/151/head
alestiago 4 years ago
parent 75980fe589
commit e0e5646416

@ -80,7 +80,9 @@ void main() {
previousState.copyWith(balls: previousState.balls - 1); previousState.copyWith(balls: previousState.balls - 1);
expect( expect(
game.controller.listenWhen(previousState, newState), isTrue); game.controller.listenWhen(previousState, newState),
isTrue,
);
}, },
); );

Loading…
Cancel
Save