diff --git a/tests/TestCase.php b/tests/TestCase.php index 7e3ffba..798222a 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -27,9 +27,9 @@ protected function getEnvironmentSetUp($app) { $app['config']->set('database.default', 'sqlite'); $app['config']->set('database.connections.sqlite', [ - 'driver' => 'sqlite', + 'driver' => 'sqlite', 'database' => ':memory:', - 'prefix' => '', + 'prefix' => '', ]); config(['stripe-webhooks.signing_secret' => 'test_signing_secret']);