From e4cd243c7c76b8a4ebbc2423366e3953f7e9b8f4 Mon Sep 17 00:00:00 2001 From: Marcel Diegelmann Date: Mon, 16 Feb 2026 10:03:41 +0100 Subject: [PATCH] =?UTF-8?q?=C3=9Cbergabe=20an=20stringToBOMEntries=20in=20?= =?UTF-8?q?BOMImporter=20anpassen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Services/ImportExportSystem/BOMImporterTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Services/ImportExportSystem/BOMImporterTest.php b/tests/Services/ImportExportSystem/BOMImporterTest.php index 980b7f1a..5c1e4205 100644 --- a/tests/Services/ImportExportSystem/BOMImporterTest.php +++ b/tests/Services/ImportExportSystem/BOMImporterTest.php @@ -666,7 +666,7 @@ final class BOMImporterTest extends WebTestCase 'Quantity' => 'Quantity' ]; - $bom_entries = $this->service->stringToBOMEntries($input, [ + $bom_entries = $this->service->stringToBOMEntries($lcscSupplier, $input, [ 'type' => 'kicad_schematic', 'field_mapping' => $field_mapping, 'delimiter' => ',' @@ -741,7 +741,7 @@ final class BOMImporterTest extends WebTestCase 'Quantity' => 'Quantity' ]; - $bom_entries = $this->service->stringToBOMEntries($input, [ + $bom_entries = $this->service->stringToBOMEntries($lcscSupplier,$input, [ 'type' => 'kicad_schematic', 'field_mapping' => $field_mapping, 'delimiter' => ','