refactor: used real class names instead of Mock class names

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/7/head
Alejandro Santiago 4 years ago committed by GitHub
parent f5b14436db
commit de5c1a3acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,9 +25,9 @@ class FakeScorePoints extends BodyComponent with ScorePoints {
void main() {
group('BallScorePointsCallback', () {
late MockPinballGame game;
late MockGameBloc bloc;
late MockBall ball;
late PinballGame game;
late GameBloc bloc;
late Ball ball;
late FakeScorePoints fakeScorePoints;
setUp(() {

Loading…
Cancel
Save