From 44e8b88d2149adc1e25274e2c27165c02750be3b Mon Sep 17 00:00:00 2001 From: paulwer Date: Wed, 20 Dec 2023 16:04:31 +0100 Subject: [PATCH] ignore comment on testing --- tests/Feature/Bank/YodleeApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Bank/YodleeApiTest.php b/tests/Feature/Bank/YodleeApiTest.php index a2cb1b31eda1..246707832a27 100644 --- a/tests/Feature/Bank/YodleeApiTest.php +++ b/tests/Feature/Bank/YodleeApiTest.php @@ -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;