Merge branch 'main' into feat/group-slingshots

pull/49/head
Alejandro Santiago 4 years ago committed by GitHub
commit be2974200c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,8 +84,8 @@ void main() {
await game.ready(); await game.ready();
await game.ensureAdd(board); await game.ensureAdd(board);
final leftFlippers = board.findNestedChildren<RoundBumper>(); final roundBumpers = board.findNestedChildren<RoundBumper>();
expect(leftFlippers.length, equals(3)); expect(roundBumpers.length, equals(3));
}, },
); );
}); });

Loading…
Cancel
Save