From 048372e9dfa741eb738d7de2fd7856e2fe09501d Mon Sep 17 00:00:00 2001 From: arturplaczek Date: Fri, 29 Apr 2022 15:45:26 +0200 Subject: [PATCH] fix: analyze error --- test/select_character/widgets/star_animation_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/select_character/widgets/star_animation_test.dart b/test/select_character/widgets/star_animation_test.dart index a743407f..9e889ab0 100644 --- a/test/select_character/widgets/star_animation_test.dart +++ b/test/select_character/widgets/star_animation_test.dart @@ -11,7 +11,7 @@ void main() { group('loads SpriteAnimationWidget correctly for', () { setUpAll(() async { - await StarAnimation.loadAssets(); + StarAnimation.loadAssets(); }); testWidgets('starA', (tester) async {