From 2fa291ea9e9d4879c0bbb4cf93e8c1c1762c1009 Mon Sep 17 00:00:00 2001 From: alestiago Date: Sat, 7 May 2022 18:13:20 +0100 Subject: [PATCH] test: renamed test name --- test/game/view/widgets/bonus_animation_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), );