Merge branch 'main' into feat/leaderboard_screen

pull/51/head
Rui Miguel Alonso 4 years ago committed by GitHub
commit 0499754700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ void main() {
);
});
group('resetting a ball', () {
group('lost', () {
late GameBloc gameBloc;
setUp(() {
@ -128,7 +128,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