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(