Skip to content

Commit

Permalink
Merge pull request #915 from bavix/fix
Browse files Browse the repository at this point in the history
[11.x] fix pipeline
  • Loading branch information
rez1dent3 authored Mar 14, 2024
2 parents 94db6d2 + 7cbe73b commit 9387a89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Infra/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,5 @@ final protected function getEnvironmentSetUp($app): void
$config->set('wallet.transaction.table', 'transaction');
$config->set('wallet.transfer.table', 'transfer');
$config->set('wallet.wallet.table', 'wallet');

$config->set('wallet.cache.driver', $config->get('cache.driver'));
$config->set('wallet.lock.driver', $config->get('cache.driver'));
}
}

0 comments on commit 9387a89

Please sign in to comment.