From c436c11ceb847345cc6512498d6eeac79033a0e4 Mon Sep 17 00:00:00 2001 From: Erick Date: Tue, 3 May 2022 13:32:30 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- packages/pinball_audio/lib/src/pinball_audio.dart | 2 +- test/how_to_play/how_to_play_dialog_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pinball_audio/lib/src/pinball_audio.dart b/packages/pinball_audio/lib/src/pinball_audio.dart index 6a02f27f..f87b05d1 100644 --- a/packages/pinball_audio/lib/src/pinball_audio.dart +++ b/packages/pinball_audio/lib/src/pinball_audio.dart @@ -89,7 +89,7 @@ class PinballAudio { _playSingleAudio(_prefixFile(Assets.sfx.google)); } - /// Plays the select screen sound effect + /// Plays the I/O Pinball voice over audio. void ioPinballVoiceOver() { _playSingleAudio(_prefixFile(Assets.sfx.ioPinballVoiceOver)); } diff --git a/test/how_to_play/how_to_play_dialog_test.dart b/test/how_to_play/how_to_play_dialog_test.dart index c1ff1d33..232aa1d5 100644 --- a/test/how_to_play/how_to_play_dialog_test.dart +++ b/test/how_to_play/how_to_play_dialog_test.dart @@ -98,7 +98,7 @@ void main() { }); testWidgets( - 'plays the start screen select music on dismiss', + 'plays the I/O Pinball voice over audio on dismiss', (tester) async { final audio = _MockPinballAudio(); await tester.pumpApp(