fix: add TODO to test

pull/191/head
arturplaczek 3 years ago
parent 0aa214a1da
commit 175f93bff6

@ -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 ', testWidgets('called onCompleted callback at the end of animation ',
(tester) async { (tester) async {
final completer = Completer<void>(); final completer = Completer<void>();

Loading…
Cancel
Save