mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix budget limit test, and a bug in the other currencies corrector.
This commit is contained in:
@@ -47,7 +47,10 @@ class BudgetLimitCurrencyTest extends TestCase
|
||||
*/
|
||||
public function testHandle(): void
|
||||
{
|
||||
BudgetLimit::whereNull('transaction_currency_id')->forceDelete();
|
||||
|
||||
$this->artisan('firefly-iii:bl-currency')
|
||||
->expectsOutput('All budget limits are correct.')
|
||||
->assertExitCode(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user