Merge branch 'main' into feat/crossing_upper_ramps

pull/40/head
RuiAlonso 4 years ago
commit 260e91222b

@ -84,7 +84,7 @@ void main() {
);
});
group('resetting a ball', () {
group('lost', () {
late GameBloc gameBloc;
setUp(() {
@ -140,7 +140,7 @@ void main() {
);
await game.ready();
game.children.whereType<Ball>().first.removeFromParent();
game.children.whereType<Ball>().first.lost();
await tester.pump();
expect(

Loading…
Cancel
Save