test: removed test

pull/231/head
RuiAlonso 3 years ago
parent 34f2e4e667
commit 07583cd5fb

@ -84,23 +84,6 @@ void main() {
}, },
); );
}); });
group(
'onNewState',
() {
flameTester.test(
'spawns a ball',
(game) async {
final state = GameState.initial().copyWith(score: 100);
final multipliersGroup = MultipliersGroup();
await game.ensureAdd(multipliersGroup);
multipliersGroup.controller.onNewState(state);
},
);
},
);
}); });
}); });
} }

Loading…
Cancel
Save