diff --git a/tests/Feature/FeatureTestCase.php b/tests/Feature/FeatureTestCase.php index 9b6eaa309..51a782b8d 100644 --- a/tests/Feature/FeatureTestCase.php +++ b/tests/Feature/FeatureTestCase.php @@ -40,11 +40,11 @@ abstract class FeatureTestCase extends TestCase { if (!$user) { $user = $this->user; - } + } if (!$company) { $company = $user->companies()->first(); - } + } $this->startSession(); @@ -61,4 +61,4 @@ abstract class FeatureTestCase extends TestCase $this->assertEquals($excepted, $flash['level']); } -} \ No newline at end of file +}