mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Temp fix for tes
This commit is contained in:
parent
045cec4421
commit
a7d15ef287
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user