From 7895f05d1d84d1e2fad8774a4d487db50437bd19 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Wed, 23 Mar 2022 16:10:03 +0000 Subject: [PATCH] docs: fix test name typo Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/bloc/game_bloc_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/bloc/game_bloc_test.dart b/test/game/bloc/game_bloc_test.dart index 2e4a9f4f..f4b79001 100644 --- a/test/game/bloc/game_bloc_test.dart +++ b/test/game/bloc/game_bloc_test.dart @@ -207,7 +207,7 @@ void main() { group('DashNestActivated', () { blocTest( - 'adds the bonus when all nest are activated', + 'adds the bonus when all nests are activated', build: GameBloc.new, act: (bloc) => bloc ..add(const DashNestActivated('0'))