From 175f93bff653f83aa12be9963206c2d9d2e323b8 Mon Sep 17 00:00:00 2001 From: arturplaczek Date: Wed, 20 Apr 2022 17:49:41 +0200 Subject: [PATCH] fix: add TODO to test --- test/game/view/widgets/bonus_animation_test.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/game/view/widgets/bonus_animation_test.dart b/test/game/view/widgets/bonus_animation_test.dart index 2d0fd5bf..5463a164 100644 --- a/test/game/view/widgets/bonus_animation_test.dart +++ b/test/game/view/widgets/bonus_animation_test.dart @@ -74,6 +74,9 @@ void main() { }); }); + // TODO(arturplaczek): refactor this test when there is + // a new version of the flame with + // an onComplete callback in SpriteAnimationWidget testWidgets('called onCompleted callback at the end of animation ', (tester) async { final completer = Completer();