Skip to content

Commit 4b586aa

Browse files
committed
MAGETWO-63881: Accept public PRs #8327, #8336, #8307
- fix static test check for long line in unit tests
1 parent ce7dbb5 commit 4b586aa

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Communication

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Communication/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testGetTopics()
2626
* Get topic configuration by its name
2727
*
2828
* @expectedException \LogicException
29-
* @expectedExceptionMessage Service method specified in the definition of topic "customerDeletedNumbers" is not available. Given "V55\Customer\Api\CustomerRepositoryInterface::delete99"
29+
* @expectedExceptionMessage Service method specified in the definition of topic "customerDeletedNumbers" is not av
3030
*/
3131
public function testGetTopicsNumeric()
3232
{

0 commit comments

Comments
 (0)