diff --git a/test/game/components/android_acres/behaviors/ball_spawning_behavior_test.dart b/test/game/components/android_acres/behaviors/ball_spawning_behavior_test.dart index fe57d93e..41c3e301 100644 --- a/test/game/components/android_acres/behaviors/ball_spawning_behavior_test.dart +++ b/test/game/components/android_acres/behaviors/ball_spawning_behavior_test.dart @@ -27,7 +27,7 @@ void main() { }); flameTester.test( - 'laods', + 'loads', (game) async { final behavior = BallSpawningBehavior(); await game.ensureAdd(behavior); diff --git a/test/game/components/drain/behaviors/draining_behavior_test.dart b/test/game/components/drain/behaviors/draining_behavior_test.dart index 6ab11e89..46241313 100644 --- a/test/game/components/drain/behaviors/draining_behavior_test.dart +++ b/test/game/components/drain/behaviors/draining_behavior_test.dart @@ -29,7 +29,7 @@ void main() { }); flameTester.test( - 'laods', + 'loads', (game) async { final parent = Drain.test(); final behavior = DrainingBehavior();