mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Fix tests.
This commit is contained in:
@@ -172,6 +172,7 @@ class ReminderHelperTest extends TestCase
|
||||
$piggyBank = FactoryMuffin::create('FireflyIII\Models\PiggyBank');
|
||||
$reminder = FactoryMuffin::create('FireflyIII\Models\Reminder');
|
||||
$piggyBank->targetdate = new Carbon;
|
||||
$this->be($piggyBank->account->user);
|
||||
$reminder->remindersable_id = $piggyBank->id;
|
||||
|
||||
Amount::shouldReceive('format')->andReturn('xx');
|
||||
|
Reference in New Issue
Block a user