mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 19:04:36 -04:00
Fixes for tests
This commit is contained in:
parent
5caba1d2c7
commit
9f3e4b881f
@ -190,7 +190,7 @@ class SchedulerTest extends TestCase
|
||||
'name' => 'A different Name',
|
||||
'frequency_id' => 5,
|
||||
'next_run' => now()->addDays(2)->format('Y-m-d'),
|
||||
'template' =>'statement',
|
||||
'template' =>'client_statement',
|
||||
'parameters' => [],
|
||||
];
|
||||
|
||||
@ -209,7 +209,7 @@ class SchedulerTest extends TestCase
|
||||
'name' => 'A different Name',
|
||||
'frequency_id' => 5,
|
||||
'next_run' => now()->addDays(2)->format('Y-m-d'),
|
||||
'template' =>'statement',
|
||||
'template' =>'client_statement',
|
||||
'parameters' => [],
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user