mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Fix test
This commit is contained in:
parent
4cc5128b4c
commit
dd571d6221
@ -45,7 +45,7 @@ class MonthlyTest extends IntervalTestCase
|
||||
public static function provideIntervals(): array
|
||||
{
|
||||
return [
|
||||
new IntervalProvider(Carbon::now(), Carbon::now()->addMonth(1)),
|
||||
new IntervalProvider(Carbon::now(), Carbon::now()->addMonthsNoOverflow(1)),
|
||||
new IntervalProvider(Carbon::parse('2019-01-01'), Carbon::parse('2019-02-01')),
|
||||
new IntervalProvider(Carbon::parse('2020-01-29'), Carbon::parse('2020-02-29')),
|
||||
new IntervalProvider(Carbon::parse('2020-01-30'), Carbon::parse('2020-02-29')),
|
||||
|
Loading…
Reference in New Issue
Block a user