Skip to content

Commit

Permalink
use normal error
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed May 12, 2024
1 parent 0847412 commit 8072609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Http/InboxControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace ShipSaasInboxProcess\Tests\Integration\Http;

use Error;
use Illuminate\Http\JsonResponse;
use PHPUnit\Framework\Error;
use ShipSaasInboxProcess\Http\Requests\AbstractInboxRequest;
use ShipSaasInboxProcess\InboxProcessSetup;
use ShipSaasInboxProcess\Repositories\InboxMessageRepository;
Expand Down

0 comments on commit 8072609

Please sign in to comment.