mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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]
|
#[Test]
|
||||||
public function importAsset(): void
|
public function importAsset(): void
|
||||||
{
|
{
|
||||||
Mail::fake();
|
|
||||||
|
|
||||||
$importFileBuilder = ImportFileBuilder::new();
|
$importFileBuilder = ImportFileBuilder::new();
|
||||||
$row = $importFileBuilder->firstRow();
|
$row = $importFileBuilder->firstRow();
|
||||||
|
@ -140,8 +139,6 @@ class ImportAssetsTest extends ImportDataTestCase implements TestsPermissionsReq
|
||||||
//Notes is never read.
|
//Notes is never read.
|
||||||
// $this->assertEquals($row['notes'], $newAsset->notes);
|
// $this->assertEquals($row['notes'], $newAsset->notes);
|
||||||
|
|
||||||
Mail::assertSent(CheckoutAssetMail::class);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[Test]
|
#[Test]
|
||||||
|
|
Loading…
Reference in a new issue