mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-10 15:04:46 +00:00
Upgrade to Laravel 10, Vite 5+
This commit is contained in:
@@ -242,7 +242,7 @@ test('delete multiple invoices', function () {
|
||||
]);
|
||||
|
||||
foreach ($invoices as $invoice) {
|
||||
$this->assertDeleted($invoice);
|
||||
$this->assertModelMissing($invoice);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user