From 63973b1062cb06f7e3df158a7faaa42a3f257cbc Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Thu, 7 Apr 2022 17:20:22 +0200 Subject: [PATCH] Update test/game/bloc/game_bloc_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/bloc/game_bloc_test.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/game/bloc/game_bloc_test.dart b/test/game/bloc/game_bloc_test.dart index 5636bdf4..8ec53106 100644 --- a/test/game/bloc/game_bloc_test.dart +++ b/test/game/bloc/game_bloc_test.dart @@ -1,5 +1,3 @@ -// ignore_for_file: prefer_const_constructors - import 'package:bloc_test/bloc_test.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:pinball/game/game.dart';