diff --git a/tests/NotionApiTest.php b/tests/NotionApiTest.php index 6e736c2..f98c39c 100644 --- a/tests/NotionApiTest.php +++ b/tests/NotionApiTest.php @@ -2,14 +2,10 @@ namespace FiveamCode\LaravelNotionApi\Tests; -use FiveamCode\LaravelNotionApi\Notion; use FiveamCode\LaravelNotionApi\NotionFacade; use Illuminate\Support\Collection; use Orchestra\Testbench\TestCase as Orchestra; -/** - * - */ class NotionApiTest extends Orchestra { /** @@ -46,5 +42,4 @@ protected function assertContainsInstanceOf(string $class, $haystack): bool return false; } - }