mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix test coverage. [skip ci]
This commit is contained in:
@@ -559,7 +559,7 @@ class AccountFactoryTest extends TestCase
|
||||
/** @var AccountMeta $meta */
|
||||
$currencyId = $account->accountMeta()->where('name', 'currency_id')->first();
|
||||
$this->assertNotNull($currencyId);
|
||||
$this->assertEquals($currency->id, $currencyId->data);
|
||||
$this->assertEquals((int)$currency->id, (int)$currencyId->data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user