From bf8c72b52c19359a500a1ca0b41bfcc2b4e9c7ad Mon Sep 17 00:00:00 2001 From: alestiago Date: Fri, 1 Apr 2022 09:06:04 +0100 Subject: [PATCH] refactor: fixed test name grammar --- test/game/components/flutter_forest_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/flutter_forest_test.dart b/test/game/components/flutter_forest_test.dart index 046c5788..31bde1e4 100644 --- a/test/game/components/flutter_forest_test.dart +++ b/test/game/components/flutter_forest_test.dart @@ -227,7 +227,7 @@ void main() { expect(controller.listenWhen(previousState, newState), isTrue); }); - test('listens when the id is removed to activatedDashNests', () { + test('listens when the id is removed from activatedDashNests', () { const id = ''; final controller = DashNestBumperController( dashNestBumper,