diff --git a/test/game/view/widgets/replay_button_overlay_test.dart b/test/game/view/widgets/replay_button_overlay_test.dart index e6953d00..1497031a 100644 --- a/test/game/view/widgets/replay_button_overlay_test.dart +++ b/test/game/view/widgets/replay_button_overlay_test.dart @@ -29,7 +29,7 @@ void main() { expect(find.text('Replay'), findsOneWidget); }); - testWidgets('adds ReplayTapped event to StartGameBloc when taped', + testWidgets('adds ReplayTapped event to StartGameBloc when tapped', (tester) async { await tester.pumpApp( const ReplayButtonOverlay(),