diff --git a/test/game/view/widgets/bonus_animation_test.dart b/test/game/view/widgets/bonus_animation_test.dart index 02ef7aeb..5f67e968 100644 --- a/test/game/view/widgets/bonus_animation_test.dart +++ b/test/game/view/widgets/bonus_animation_test.dart @@ -22,7 +22,7 @@ void main() { }); group('loads SpriteAnimationWidget correctly for', () { - testWidgets('DashBumper', (tester) async { + testWidgets('dashNest', (tester) async { await tester.pumpApp( BonusAnimation.dashNest(), );