From 9b1824df3f8b41c46f2dbe074ff4ba7abe378e1e Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 31 Mar 2022 20:03:19 +0100 Subject: [PATCH] refactor: removed unneccessary mock --- test/game/components/flutter_forest_test.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/game/components/flutter_forest_test.dart b/test/game/components/flutter_forest_test.dart index 3c3e472a..046c5788 100644 --- a/test/game/components/flutter_forest_test.dart +++ b/test/game/components/flutter_forest_test.dart @@ -310,5 +310,3 @@ void main() { ); }); } - -class MockDashNestBumper extends Mock implements DashNestBumper {}