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
52
52
/** @var $queue RabbitMQQueue */
53
53
$ queue = $ this ->connection ();
54
54
$ this ->assertIsInt ($ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
55
- $ this ->assertSame (100 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
55
+ $ this ->assertSame (2 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
56
56
57
57
$ queue = $ this ->connection ('rabbitmq-with-options ' );
58
58
$ this ->assertIsInt ($ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
59
59
$ this ->assertSame (20 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
60
60
61
61
$ queue = $ this ->connection ('rabbitmq-with-options-empty ' );
62
62
$ this ->assertIsInt ($ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
63
- $ this ->assertSame (100 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
63
+ $ this ->assertSame (2 , $ this ->callMethod ($ queue , 'getQueueMaxPriority ' ));
64
64
}
65
65
66
66
public function testExchangeType (): void
You can’t perform that action at this time.
0 commit comments