We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106bee3 commit 72e4ff3Copy full SHA for 72e4ff3
dev/tests/static/testsuite/Magento/Test/GraphQl/LiveCodeTest.php
@@ -82,7 +82,7 @@ public function testModulesRequireGraphQLChange(): void
82
$modulesRequireGraphQLChange,
83
"The view layer changes have been detected in the " .
84
str_replace("GraphQl", "", $graphQlModules) . " module. " .
85
- "The " . $graphQlModules ." module is expected to be updated to reflect these changes." .
+ "The " . $graphQlModules ." module is expected to be updated to reflect these changes. " .
86
"The test failure can be ignored if the changes can not be covered with GraphQL API."
87
);
88
}
0 commit comments