Apply suggestions from code review

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

@ -150,7 +150,7 @@ class _SingleLoopAudio extends _LoopAudio {
}
}
class _SingleAudioPoll extends _Audio {
class _SingleAudioPool extends _Audio {
_SingleAudioPoll({
required this.path,
required this.createAudioPool,

@ -111,7 +111,7 @@ void main() {
);
flameTester.test(
'play the flipper sound when moving up',
'plays the flipper sound when moving up',
(game) async {
final audioPlayer = _MockPinballAudioPlayer();
final bloc = _MockFlipperCubit();

Loading…
Cancel
Save