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();