mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
removed import notification from test, feature is not present in project
This commit is contained in:
parent
6c34a5c52c
commit
257d25bd9e
|
@ -56,7 +56,6 @@ class ImportAssetsTest extends ImportDataTestCase implements TestsPermissionsReq
|
|||
#[Test]
|
||||
public function importAsset(): void
|
||||
{
|
||||
Mail::fake();
|
||||
|
||||
$importFileBuilder = ImportFileBuilder::new();
|
||||
$row = $importFileBuilder->firstRow();
|
||||
|
@ -140,8 +139,6 @@ class ImportAssetsTest extends ImportDataTestCase implements TestsPermissionsReq
|
|||
//Notes is never read.
|
||||
// $this->assertEquals($row['notes'], $newAsset->notes);
|
||||
|
||||
Mail::assertSent(CheckoutAssetMail::class);
|
||||
|
||||
}
|
||||
|
||||
#[Test]
|
||||
|
|
Loading…
Reference in a new issue