refactor: grouped BumperNoiseBehavior (#409)

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/414/head
Alejandro Santiago 2 years ago committed by GitHub
parent b345c56134
commit b06f4bd6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,8 +36,7 @@ class _MockContact extends Mock implements Contact {}
void main() { void main() {
TestWidgetsFlutterBinding.ensureInitialized(); TestWidgetsFlutterBinding.ensureInitialized();
group('BumperNoiseBehavior', () {}); group('BumperNoiseBehavior', () {
late PinballAudioPlayer audioPlayer; late PinballAudioPlayer audioPlayer;
final flameTester = FlameTester(_TestGame.new); final flameTester = FlameTester(_TestGame.new);
@ -58,4 +57,5 @@ void main() {
verify(() => audioPlayer.play(PinballAudio.bumper)).called(1); verify(() => audioPlayer.play(PinballAudio.bumper)).called(1);
}, },
); );
});
} }

Loading…
Cancel
Save