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 {