mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Fine tune test content.
This commit is contained in:
@@ -40,7 +40,7 @@ class HasAttachmentTest extends TestCase
|
||||
|
||||
$attachment = $withdrawal->user->attachments()->first();
|
||||
$withdrawal->attachments()->save($attachment);
|
||||
$this->assertEquals(1, $withdrawal->attachments()->count());
|
||||
$this->assertGreaterThanOrEqual(1, $withdrawal->attachments()->count());
|
||||
|
||||
$trigger = HasAttachment::makeFromStrings('1', false);
|
||||
$result = $trigger->triggered($withdrawal);
|
||||
|
Reference in New Issue
Block a user