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 {}