Apply suggestions from code review

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/9/head
Erick 3 years ago committed by GitHub
parent 8865c2f32e
commit fbbd04d91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ import '../../helpers/helpers.dart';
void main() {
group('PinballGameView', () {
testWidgets('renders', (tester) async {
testWidgets('renders game', (tester) async {
final gameBloc = MockGameBloc();
whenListen(
gameBloc,

Loading…
Cancel
Save