diff --git a/tests/Feature/Console/Commands/Correction/FixTransactionTypesTest.php b/tests/Feature/Console/Commands/Correction/FixTransactionTypesTest.php index c9fd055109..d88131e964 100644 --- a/tests/Feature/Console/Commands/Correction/FixTransactionTypesTest.php +++ b/tests/Feature/Console/Commands/Correction/FixTransactionTypesTest.php @@ -34,9 +34,12 @@ class FixTransactionTypesTest extends TestCase */ public function testHandle(): void { + + + $this->artisan('firefly-iii:fix-transaction-types') ->expectsOutput(sprintf('Recurring transaction #%d should be a "%s" but is a "%s" and will be corrected.', - $recurring->id, 'Withdrawal','Transfer', + 1, 'Withdrawal','Transfer', )) ->assertExitCode(0); }