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,