From 257d25bd9eb1a3114c57c87aad90debc389543b6 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 23 Oct 2024 14:56:54 -0700 Subject: [PATCH] removed import notification from test, feature is not present in project --- tests/Feature/Importing/Api/ImportAssetsTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Feature/Importing/Api/ImportAssetsTest.php b/tests/Feature/Importing/Api/ImportAssetsTest.php index ab98cc95e8..0f54b22e92 100644 --- a/tests/Feature/Importing/Api/ImportAssetsTest.php +++ b/tests/Feature/Importing/Api/ImportAssetsTest.php @@ -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]