Temp fix for tes

This commit is contained in:
James Cole 2020-10-26 06:45:24 +01:00
parent 045cec4421
commit a7d15ef287
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -34,9 +34,12 @@ class FixTransactionTypesTest extends TestCase
*/ */
public function testHandle(): void public function testHandle(): void
{ {
$this->artisan('firefly-iii:fix-transaction-types') $this->artisan('firefly-iii:fix-transaction-types')
->expectsOutput(sprintf('Recurring transaction #%d should be a "%s" but is a "%s" and will be corrected.', ->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); ->assertExitCode(0);
} }