Skip to content

Commit fa85c2b

Browse files
Feedback Changes
1 parent be047a5 commit fa85c2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AdobeStockImage/Test/Integration/Model/Extract/DocumentToAssetTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public function testConvert(
5656
): void {
5757
$document = $this->getDocument($data);
5858
$asset = $this->documentToAsset->convert($document, $additionalData);
59-
$getCategory = $this->dataObjectProcessor->buildOutputDataArray($asset->getCategory(), CategoryInterface::class);
59+
$getCategory = $this->dataObjectProcessor
60+
->buildOutputDataArray($asset->getCategory(), CategoryInterface::class);
6061
$this->assertEquals($data['creator_id'], $asset->getCreator()->getId());
6162
$this->assertEquals($data['creator_name'], $asset->getCreator()->getName());
6263
$this->assertEquals($data['category'], $getCategory);

0 commit comments

Comments
 (0)