diff --git a/tests/Feature/Bank/YodleeApiTest.php b/tests/Feature/Bank/YodleeApiTest.php index 489f06742158..787ba827f521 100644 --- a/tests/Feature/Bank/YodleeApiTest.php +++ b/tests/Feature/Bank/YodleeApiTest.php @@ -49,10 +49,10 @@ class YodleeApiTest extends TestCase $x = $t->firstWhere('highLevelCategoryId', 10000003); - var_dump($x); - $this->assertNotNull($x); + $this->assertEquals('Automotive Expenses', $x->highLevelCategoryName); + } public function testFunctionalMatching()