File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
dev/tests/integration/testsuite/Magento/Framework/MessageQueue/Publisher Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,11 @@ public function testGetPublishersWithoutEnabledConnection()
78
78
79
79
/** @var \Magento\Framework\MessageQueue\Publisher\Config\PublisherConnectionInterface $connection */
80
80
$ connection = $ publisher ->getConnection ();
81
- $ this ->assertEquals ($ this ->defaultValueProvider ->getConnection (), $ connection ->getName (), 'Incorrect default connection name ' );
81
+ $ this ->assertEquals (
82
+ $ this ->defaultValueProvider ->getConnection (),
83
+ $ connection ->getName (),
84
+ 'Incorrect default connection name '
85
+ );
82
86
$ this ->assertEquals ('magento ' , $ connection ->getExchange (), 'Incorrect default exchange name ' );
83
87
$ this ->assertFalse ($ connection ->isDisabled (), 'Incorrect connection status ' );
84
88
}
You can’t perform that action at this time.
0 commit comments