Removed soft delete from test
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
157801242d
commit
96248e0023
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ class DeleteComponentTest extends TestCase implements TestsFullMultipleCompanies
|
|||
->delete(route('components.destroy', $component->id))
|
||||
->assertSessionHas('error')
|
||||
->assertRedirect(route('components.index'));
|
||||
|
||||
$this->assertSoftDeleted($component);
|
||||
}
|
||||
|
||||
public function testDeletingComponentRemovesComponentImage()
|
||||
|
|
Loading…
Add table
Reference in a new issue