From 84b37d7e942f47fe292119dc5fe8eaf86c68ef3d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 15 Sep 2022 16:21:47 +1000 Subject: [PATCH] Transaction expense resolution --- tests/Feature/Bank/YodleeApiTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()