mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Test more rule actions.
This commit is contained in:
@@ -45,7 +45,7 @@ class AppendDescriptionTest extends TestCase
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Actions\AppendDescription
|
||||
*/
|
||||
public function testActExistingTag(): void
|
||||
public function testAct(): void
|
||||
{
|
||||
/** @var TransactionJournal $journal */
|
||||
$journal = $this->user()->transactionJournals()->where('description', 'Rule action test transaction.')->first();
|
||||
|
||||
Reference in New Issue
Block a user