refactor: renamed ball_test.dart group (#59)

pull/64/head
Alejandro Santiago 4 years ago committed by GitHub
parent 950abaa885
commit 81396d337f
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