refactor: removed redundant test

pull/76/head
alestiago 4 years ago
parent 15039f612d
commit 3df41c892f

@ -88,19 +88,6 @@ void main() {
}, },
); );
flameTester.test(
'has three RoundBumpers',
(game) async {
// TODO(alestiago): change to [NestBumpers] once provided.
final board = Board();
await game.ready();
await game.ensureAdd(board);
final roundBumpers = board.findNestedChildren<RoundBumper>();
expect(roundBumpers.length, equals(3));
},
);
flameTester.test( flameTester.test(
'has one ChromeDino', 'has one ChromeDino',
(game) async { (game) async {

Loading…
Cancel
Save