diff --git a/tests/Feature/Bank/YodleeApiTest.php b/tests/Feature/Bank/YodleeApiTest.php index 656684f2ee93..74ce98f6fc8d 100644 --- a/tests/Feature/Bank/YodleeApiTest.php +++ b/tests/Feature/Bank/YodleeApiTest.php @@ -408,7 +408,7 @@ class YodleeApiTest extends TestCase $transactions = $yodlee->getTransactions(['categoryId' => 2, 'fromDate' => '2000-01-01']); - $this->assertIsArray($transactions->transaction); + $this->assertIsArray($transactions); //nlog($transactions); }