Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 2c13b6a

Browse files
committed
1 parent 37bd84f commit 2c13b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ZendDiagnosticsTest/ChecksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testRabbitMQ()
5252
$this->assertInstanceOf('ZendDiagnostics\Result\Success', $result);
5353

5454
$check = new RabbitMQ('127.0.0.250', 9999);
55-
$this->setExpectedException('PhpAmqpLib\Exception\AMQPRuntimeException');
55+
$this->setExpectedException('\ErrorException');
5656
$check->check();
5757
}
5858

0 commit comments

Comments
 (0)