mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Expand tests for updated triggers / actions.
This commit is contained in:
@@ -37,7 +37,6 @@ class HasAttachmentTest extends TestCase
|
||||
public function testTriggered()
|
||||
{
|
||||
do {
|
||||
// this is kind of cheating but OK.
|
||||
$journal = TransactionJournal::inRandomOrder()->whereNull('deleted_at')->first();
|
||||
$count = $journal->attachments()->count();
|
||||
} while($count !== 0);
|
||||
|
Reference in New Issue
Block a user