Transaction expense resolution

This commit is contained in:
David Bomba 2022-09-15 16:21:47 +10:00
parent d93efb434d
commit 84b37d7e94

View File

@ -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()