mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix-tests-5.0.2
This commit is contained in:
committed by
Mohit Panjwani
parent
5a7b515a03
commit
fe66b8bdb8
@ -52,13 +52,7 @@ test('store recurring invoice', function () {
|
||||
|
||||
$recurringInvoice = collect($recurringInvoice)
|
||||
->only([
|
||||
'starts_at',
|
||||
'send_automatically',
|
||||
'next_invoice_at',
|
||||
'frequency',
|
||||
'limit_by',
|
||||
'limit_count',
|
||||
'limit_date'
|
||||
])
|
||||
->toArray();
|
||||
|
||||
@ -96,13 +90,7 @@ test('update recurring invoice', function () {
|
||||
|
||||
$new_recurringInvoice = collect($new_recurringInvoice)
|
||||
->only([
|
||||
'starts_at',
|
||||
'send_automatically',
|
||||
'next_invoice_at',
|
||||
'frequency',
|
||||
'limit_by',
|
||||
'limit_count',
|
||||
'limit_date'
|
||||
])
|
||||
->toArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user