diff --git a/tests/RecordedEndpointResolveTest.php b/tests/RecordedEndpointResolveTest.php index 6bc9ca9..ef5d8e3 100644 --- a/tests/RecordedEndpointResolveTest.php +++ b/tests/RecordedEndpointResolveTest.php @@ -1,6 +1,5 @@ <?php -use FiveamCode\LaravelNotionApi\Entities\Entity; use FiveamCode\LaravelNotionApi\Entities\NotionParent; use FiveamCode\LaravelNotionApi\Entities\User; use Illuminate\Support\Facades\Http; @@ -115,4 +114,3 @@ expect($relationPageTitles->first())->toBeString(); expect($relationPageTitles->first())->toBe('test 1'); }); -