Skip to content

Commit 51f7139

Browse files
authored
Apply fixes from StyleCI (#139)
1 parent 142d84c commit 51f7139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Pest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
// uses(NotionApiTest::class)->in(__DIR__);
88
uses(NotionApiTest::class)->beforeEach(function () {
9-
if (file_exists(__DIR__ . '/../.env.testing')) {
10-
$dotenv = Dotenv::createImmutable(__DIR__ . '/..', '.env.testing');
9+
if (file_exists(__DIR__.'/../.env.testing')) {
10+
$dotenv = Dotenv::createImmutable(__DIR__.'/..', '.env.testing');
1111
$dotenv->load();
1212
}
1313
Config::set('laravel-notion-api.notion-api-token', env('NOTION_API_TOKEN', ''));

0 commit comments

Comments
 (0)