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() { void main() {
group('BallScorePointsCallback', () { group('BallScorePointsCallback', () {
late MockPinballGame game; late PinballGame game;
late MockGameBloc bloc; late GameBloc bloc;
late MockBall ball; late Ball ball;
late FakeScorePoints fakeScorePoints; late FakeScorePoints fakeScorePoints;
setUp(() { setUp(() {

Loading…
Cancel
Save