Skip to content

Commit

Permalink
Merge pull request #62 from amranidev/amranidev-patch-4
Browse files Browse the repository at this point in the history
Update TestCase.php
  • Loading branch information
amranidev authored Apr 27, 2024
2 parents 458db4c + 9540916 commit 3534ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function getPackageProviders($app)

protected function getEnvironmentSetUp($app)
{
$app['config']->set('laracombee.database', 'amranidev');
$app['config']->set('laracombee.database', 'amranidev-laracombee');
$app['config']->set('laracombee.token', 'In8pEgDs0PbgdT1QOZupTRP0HP5eMWWdgvjdq6WjmwRUNjhfg2556na0vHQyy88J');
$app['config']->set('laracombee.timeout', '5000');
$app['config']->set('laracombee.protocol', 'https');
Expand Down

0 comments on commit 3534ceb

Please sign in to comment.