From 10e580c36bb2473a97b9053c17c4d2460035c118 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Fri, 6 May 2022 18:35:30 +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 2a351979..07972218 100644 --- a/test/game/components/backbox/backbox_test.dart +++ b/test/game/components/backbox/backbox_test.dart @@ -239,7 +239,7 @@ void main() { ); flameTester.test( - 'calls ScoreShareRequested when share on InfoDisplay', + 'adds ScoreShareRequested when share is tapped on InfoDisplay', (game) async { final state = InitialsSuccessState( score: 100,