File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ public function testQueueMaxPriority(): void
5252 /** @var $queue RabbitMQQueue */
5353 $ queue = $ this ->connection ();
5454 $ this ->assertIsInt ($ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
55- $ this ->assertSame (100 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
55+ $ this ->assertSame (2 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
5656
5757 $ queue = $ this ->connection ('rabbitmq-with-options ' );
5858 $ this ->assertIsInt ($ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
5959 $ this ->assertSame (20 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
6060
6161 $ queue = $ this ->connection ('rabbitmq-with-options-empty ' );
6262 $ this ->assertIsInt ($ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
63- $ this ->assertSame (100 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
63+ $ this ->assertSame (2 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
6464 }
6565
6666 public function testExchangeType (): void
You can’t perform that action at this time.
0 commit comments