mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed soft delete from test
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
157801242d
commit
96248e0023
|
@ -48,8 +48,6 @@ class DeleteComponentTest extends TestCase implements TestsFullMultipleCompanies
|
||||||
->delete(route('components.destroy', $component->id))
|
->delete(route('components.destroy', $component->id))
|
||||||
->assertSessionHas('error')
|
->assertSessionHas('error')
|
||||||
->assertRedirect(route('components.index'));
|
->assertRedirect(route('components.index'));
|
||||||
|
|
||||||
$this->assertSoftDeleted($component);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testDeletingComponentRemovesComponentImage()
|
public function testDeletingComponentRemovesComponentImage()
|
||||||
|
|
Loading…
Reference in a new issue