Fix budget limit test, and a bug in the other currencies corrector.

This commit is contained in:
James Cole
2019-06-11 21:21:50 +02:00
parent b632405a11
commit 5f768a0525
2 changed files with 5 additions and 2 deletions

View File

@@ -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);
}