From 1b7aa315b46053f8129c629dbbd51b168b00b9e7 Mon Sep 17 00:00:00 2001 From: ildyria Date: Mon, 26 Jun 2023 00:50:17 +0200 Subject: [PATCH] fix formatting --- tests/Feature/Traits/CatchFailures.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/Traits/CatchFailures.php b/tests/Feature/Traits/CatchFailures.php index 546c843af46..e11110d16bd 100644 --- a/tests/Feature/Traits/CatchFailures.php +++ b/tests/Feature/Traits/CatchFailures.php @@ -3,7 +3,6 @@ namespace Tests\Feature\Traits; use Illuminate\Testing\TestResponse; -use Symfony\Component\HttpFoundation\StreamedResponse; /** * This trait allows to retrieve the message returned by the back-end in case of unexpected results.