From a0b4f68306f8c0fb2d0e4cb96e0ed48bc29fb5d8 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Thu, 24 Mar 2022 20:55:22 +0000 Subject: [PATCH] refactor: fixed grammatical error in test named Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/priority_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/priority_test.dart b/test/game/components/priority_test.dart index b258c4a6..dbff1423 100644 --- a/test/game/components/priority_test.dart +++ b/test/game/components/priority_test.dart @@ -62,7 +62,7 @@ void main() { group('showBehindOf', () { flameTester.test( - 'changes the priority if is greater than other component', + 'changes the priority if it is greater than other component', (game) async { const startPriority = 2; final component = TestBodyComponent()..priority = startPriority;