From 52e0832d251662b4b8900cee40e50baf7c0aa417 Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Thu, 7 Apr 2022 14:53:02 -0300 Subject: [PATCH] feat: improve test docs --- test/game/components/camera_controller_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/game/components/camera_controller_test.dart b/test/game/components/camera_controller_test.dart index 3ad17a88..8908c574 100644 --- a/test/game/components/camera_controller_test.dart +++ b/test/game/components/camera_controller_test.dart @@ -49,7 +49,7 @@ void main() { await game.ready(); game.update(10); - game.update(0); + game.update(0); // Ensure that the component was removed await future; @@ -72,7 +72,7 @@ void main() { await game.ready(); game.update(10); - game.update(0); + game.update(0); // Ensure that the component was removed await future;