From 80623b3ae2b9b3d1934a14fadb79dfffa1fc352e Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 14 Mar 2022 18:50:50 +0100 Subject: [PATCH] Update test/game/components/ball_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/ball_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/game/components/ball_test.dart b/test/game/components/ball_test.dart index 8f2daaca..ce6a022a 100644 --- a/test/game/components/ball_test.dart +++ b/test/game/components/ball_test.dart @@ -166,11 +166,11 @@ void main() { ); }); - group('maskBits', () { + group('setMaskBits', () { final flameTester = FlameTester(PinballGameTest.create); flameTester.test( - 'is modified correctly', + 'modifies maskBits correctly', (game) async { const newMaskBits = 1234;