|
|
@ -16,7 +16,7 @@ class _MockAppLocalizations extends Mock implements AppLocalizations {
|
|
|
|
|
|
|
|
|
|
|
|
void main() {
|
|
|
|
void main() {
|
|
|
|
group('LoadingDisplay', () {
|
|
|
|
group('LoadingDisplay', () {
|
|
|
|
final flameTester = FlameTester(EmptyKeyboardPinballTestGame.new);
|
|
|
|
final flameTester = FlameTester(EmptyKeyboardPinballTestGame.new);
|
|
|
|
|
|
|
|
|
|
|
|
flameTester.test('renders correctly', (game) async {
|
|
|
|
flameTester.test('renders correctly', (game) async {
|
|
|
|
await game.ensureAdd(LoadingDisplay(l10n: _MockAppLocalizations()));
|
|
|
|
await game.ensureAdd(LoadingDisplay(l10n: _MockAppLocalizations()));
|
|
|
|