mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fine tune test content.
This commit is contained in:
parent
9ece209c72
commit
c3a9415208
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user