Skip to content

Commit 7395c7b

Browse files
committed
cleanup: remove commented line
1 parent 83e9442 commit 7395c7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Pest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use FiveamCode\LaravelNotionApi\Tests\NotionApiTest;
55
use Illuminate\Support\Facades\Config;
66

7-
// uses(NotionApiTest::class)->in(__DIR__);
87
uses(NotionApiTest::class)->beforeEach(function () {
98
if (file_exists(__DIR__.'/../.env.testing')) {
109
$dotenv = Dotenv::createImmutable(__DIR__.'/..', '.env.testing');

0 commit comments

Comments
 (0)