Skip to content

Commit 3a3aceb

Browse files
committed
AC-9497: Updated message
1 parent d622476 commit 3a3aceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/static/testsuite/Magento/Test/GraphQl/LiveCodeTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ public function testCorrespondingGraphQlChangeExists(): void
7474
$this->assertArrayHasKey(
7575
$module . 'GraphQl',
7676
$changedGraphQlModules,
77-
$module . " module: Required GraphQL changes to module (". $module ."GraphQl) are not included in the pull request"
77+
$module . " module: Required GraphQL changes to module (".
78+
$module . "GraphQl) are not included in the pull request"
7879
);
7980
}
8081
}

0 commit comments

Comments
 (0)