We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbd9de commit 1f6aa11Copy full SHA for 1f6aa11
tests/RecordedEndpointResolveTest.php
@@ -1,6 +1,5 @@
1
<?php
2
3
-use FiveamCode\LaravelNotionApi\Entities\Entity;
4
use FiveamCode\LaravelNotionApi\Entities\NotionParent;
5
use FiveamCode\LaravelNotionApi\Entities\User;
6
use Illuminate\Support\Facades\Http;
@@ -115,4 +114,3 @@
115
114
expect($relationPageTitles->first())->toBeString();
116
expect($relationPageTitles->first())->toBe('test 1');
117
});
118
-
0 commit comments