mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Improve test coverage.
This commit is contained in:
@@ -596,7 +596,7 @@ abstract class TestCase extends BaseTestCase
|
||||
*/
|
||||
protected function getEuro(): TransactionCurrency
|
||||
{
|
||||
return TransactionCurrency::find(1);
|
||||
return TransactionCurrency::where('code', 'EUR')->first();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user