From 00cfe14180a460cc4bd9cea3fce8ee1651b8b975 Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 18 Apr 2022 10:12:21 +0100 Subject: [PATCH] refactor: removed unecessary properties --- test/game/components/controlled_flipper_test.dart | 1 - test/game/components/controlled_plunger_test.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/test/game/components/controlled_flipper_test.dart b/test/game/components/controlled_flipper_test.dart index 3c0fc1b0..01982129 100644 --- a/test/game/components/controlled_flipper_test.dart +++ b/test/game/components/controlled_flipper_test.dart @@ -21,7 +21,6 @@ void main() { score: 0, balls: 0, bonusHistory: [], - activatedDashNests: {}, ); whenListen(bloc, Stream.value(state), initialState: state); return bloc; diff --git a/test/game/components/controlled_plunger_test.dart b/test/game/components/controlled_plunger_test.dart index a377487e..eee2bcb0 100644 --- a/test/game/components/controlled_plunger_test.dart +++ b/test/game/components/controlled_plunger_test.dart @@ -22,7 +22,6 @@ void main() { score: 0, balls: 0, bonusHistory: [], - activatedDashNests: {}, ); whenListen(bloc, Stream.value(state), initialState: state); return bloc;