Skip to content

Commit aef7ffe

Browse files
author
Eugene Tulika
committed
Merge branch 'create-default-hydrator' of https://github.corp.magento.com/magento-extensibility/magento2ce into create-default-hydrator
2 parents c05b0c9 + 1935432 commit aef7ffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/EntityManager/Test/Unit/CustomAttributesMapperTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ public function testDatabaseToEntity()
184184
\Magento\Framework\Api\AttributeInterface::ATTRIBUTE_CODE => 'test',
185185
\Magento\Framework\Api\AttributeInterface::VALUE => 'test'
186186
]
187-
]
187+
],
188+
'test' => 'test'
188189
];
189190
$this->assertEquals($expected, $actual);
190191
}

0 commit comments

Comments
 (0)