ignore comment on testing

This commit is contained in:
paulwer 2023-12-20 16:04:31 +01:00
parent 2ad973359b
commit 44e8b88d21

View File

@ -166,7 +166,7 @@ class YodleeApiTest extends TestCase
// foreach($accounts as $account)
// {
// if(!BankIntegration::where('bank_account_id', $account['id'])->where('company_id', $this->company->id)->exists()) // TODO: maybe filter to only yodlee-integrations
// if(!BankIntegration::where('bank_account_id', $account['id'])->where('company_id', $this->company->id)->exists())
// {
// $bank_integration = new BankIntegration();
// $bank_integration->company_id = $this->company->id;