From e4bd26078900fd9025142a78db3ce8a067f9c6a7 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Sun, 8 May 2022 11:10:53 +0200 Subject: [PATCH] Update test/game/components/backbox/backbox_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/backbox/backbox_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/backbox/backbox_test.dart b/test/game/components/backbox/backbox_test.dart index 6603ec3d..b7d5d796 100644 --- a/test/game/components/backbox/backbox_test.dart +++ b/test/game/components/backbox/backbox_test.dart @@ -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);