diff --git a/tests/Unit/SharedWithoutEnvTest.php b/tests/Unit/SharedWithoutEnvTest.php index 9c0abef..1004a5b 100644 --- a/tests/Unit/SharedWithoutEnvTest.php +++ b/tests/Unit/SharedWithoutEnvTest.php @@ -138,8 +138,8 @@ ->priority->toBe(3) ->translator->toBe('\LaravelLang\Translator\Integrations\Yandex') ->credentials->toBe([ - 'key' => '', - 'folder' => '' + 'key' => '', + 'folder' => '', ]); });