diff --git a/tests/Feature/Controllers/Solution/SolutionControllerTest.php b/tests/Feature/Controllers/Solution/SolutionControllerTest.php index 41897af9..ac3f8c9d 100644 --- a/tests/Feature/Controllers/Solution/SolutionControllerTest.php +++ b/tests/Feature/Controllers/Solution/SolutionControllerTest.php @@ -5,7 +5,6 @@ use App\BusinessLogicLayer\lkp\SolutionStatusLkp; use App\Http\Middleware\VerifyCsrfToken; use App\Models\Problem\Problem; -use App\Models\Solution\Solution; use App\Models\Solution\SolutionTranslation; use App\Models\User\User; use Faker\Factory as Faker;