From 5da301723cc93b114b14b70a0c2769d0c62bb12b Mon Sep 17 00:00:00 2001 From: Alvaro Almeida Freire Stivi Date: Tue, 2 Jul 2024 22:04:27 +0000 Subject: [PATCH] Dart format fix --- .../behaviors/flutter_forest_bonus_behavior_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart b/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart index d994f9c0..e3f9809a 100644 --- a/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart +++ b/test/game/components/flutter_forest/behaviors/flutter_forest_bonus_behavior_test.dart @@ -165,7 +165,7 @@ void main() { streamController.add(SignpostState.active3); await game.ready(); await tester.pump(); - + expect( game.descendants().whereType().length, equals(1),