Skip to content

Commit 4351710

Browse files
committed
Fix typo in test method's name
1 parent 0dd2cd2 commit 4351710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductViewTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ private function assertEavAttributes($product, $actualResponse)
665665
$expectedAttribute = $product->getCustomAttribute($attributeCode);
666666

667667
$assertionMap[] = [
668-
'response_field' => $this->eavAttributesToGrahQlSchemaFieldTranslator($attributeCode),
668+
'response_field' => $this->eavAttributesToGraphQlSchemaFieldTranslator($attributeCode),
669669
'expected_value' => $expectedAttribute ? $expectedAttribute->getValue() : null
670670
];
671671
}
@@ -677,7 +677,7 @@ private function assertEavAttributes($product, $actualResponse)
677677
* @param string $eavAttributeCode
678678
* @return string
679679
*/
680-
private function eavAttributesToGrahQlSchemaFieldTranslator(string $eavAttributeCode)
680+
private function eavAttributesToGraphQlSchemaFieldTranslator(string $eavAttributeCode)
681681
{
682682
switch ($eavAttributeCode) {
683683
case 'news_from_date':

0 commit comments

Comments
 (0)