Update test/game/components/backbox/backbox_test.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/406/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent 5ff94c97ca
commit e4bd260789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -461,7 +461,7 @@ void main() {
);
flameTester.test(
'open Facebook link when sharing with Facebook',
'opens Facebook link when sharing with Facebook',
(game) async {
when(() => urlLauncher.canLaunch(any()))
.thenAnswer((_) async => true);

Loading…
Cancel
Save