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