mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Start testing new rule actions.
This commit is contained in:
@@ -73,6 +73,7 @@ class AttachmentFactoryTest extends TestCase
|
||||
$this->assertEquals($data['title'], $result->title);
|
||||
$this->assertEquals(1, $result->notes()->count());
|
||||
|
||||
$result->forceDelete();
|
||||
|
||||
}
|
||||
|
||||
@@ -104,6 +105,8 @@ class AttachmentFactoryTest extends TestCase
|
||||
$this->assertEquals(1, $result->notes()->count());
|
||||
$this->assertEquals($journal->id, $result->attachable_id);
|
||||
|
||||
$result->forceDelete();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user