File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Services/InfoProviderSystem/Providers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ public function testCategoryBuilding(): void
479
479
'productIntroEn ' => 'Test description ' ,
480
480
'brandNameEn ' => 'Test Manufacturer ' ,
481
481
'parentCatalogName ' => 'Electronic Components ' ,
482
- 'catalogName ' => 'Resistors/ SMT ' ,
482
+ 'catalogName ' => 'Resistors ( SMT) ' ,
483
483
'encapStandard ' => '0603 ' ,
484
484
'productImageUrl ' => null ,
485
485
'productImages ' => [],
@@ -493,7 +493,7 @@ public function testCategoryBuilding(): void
493
493
$ this ->httpClient ->setResponseFactory ([$ mockResponse ]);
494
494
495
495
$ result = $ this ->provider ->getDetails ('C123456 ' );
496
- $ this ->assertEquals ('Electronic Components -> Resistors -> SMT ' , $ result ->category );
496
+ $ this ->assertEquals ('Electronic Components -> Resistors ( SMT) ' , $ result ->category );
497
497
}
498
498
499
499
public function testEmptyFootprintHandling (): void
You can’t perform that action at this time.
0 commit comments