From 821da62a0ed84f33140601accf1cca47d446b245 Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 16 Mar 2022 17:30:59 +0000 Subject: [PATCH] refactor: removed TODO --- test/game/components/initial_position_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/game/components/initial_position_test.dart b/test/game/components/initial_position_test.dart index 4bb7f9a9..ece083cc 100644 --- a/test/game/components/initial_position_test.dart +++ b/test/game/components/initial_position_test.dart @@ -31,7 +31,6 @@ void main() { 'throws AssertionError ' 'when BodyDef is not positioned with initialPosition', (game) async { - // TODO(alestiago): Make this pass. final component = TestBodyComponent() ..initialPosition = Vector2.all( 10,