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' => ','