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