Update test/game/view/widgets/play_button_overlay_test.dart

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

@ -32,7 +32,7 @@ void main() {
expect(find.text('Play'), findsOneWidget); expect(find.text('Play'), findsOneWidget);
}); });
testWidgets('calls gameFlowController.start when taped', (tester) async { testWidgets('calls gameFlowController.start when tapped', (tester) async {
await tester.pumpApp( await tester.pumpApp(
PlayButtonOverlay(game: game), PlayButtonOverlay(game: game),
characterThemeCubit: characterThemeCubit, characterThemeCubit: characterThemeCubit,

Loading…
Cancel
Save