test: load images bug fix

pull/359/head
RuiAlonso 3 years ago
parent e568b790b1
commit ef97383593

@ -77,9 +77,9 @@ void main() {
}, },
); );
flameTester.testGameWidget( flameTester.test(
'calls onShare when Share link is tapped', 'calls onShare when Share link is tapped',
setUp: (game, tester) async { (game) async {
var tapped = false; var tapped = false;
final tapDownInfo = _MockTapDownInfo(); final tapDownInfo = _MockTapDownInfo();
@ -97,9 +97,9 @@ void main() {
}, },
); );
flameTester.testGameWidget( flameTester.test(
'calls onNavigate when go to Google IO link is tapped', 'calls onNavigate when go to Google IO link is tapped',
setUp: (game, tester) async { (game) async {
var tapped = false; var tapped = false;
final tapDownInfo = _MockTapDownInfo(); final tapDownInfo = _MockTapDownInfo();

Loading…
Cancel
Save