Skip to content

Commit 2d36826

Browse files
authored
Merge pull request #569 from FlorinMotoc/patch-1
Fix typo in MultipleConsumerTest method name
2 parents 34ac7c7 + 1eb5581 commit 2d36826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RabbitMq/MultipleConsumerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testQueuesProvider($processFlag, $expectedMethod, $expectedReque
115115
$this->multipleConsumer->processQueueMessage('test-2', $amqpMessage);
116116
}
117117

118-
public function testQueuesPrivider()
118+
public function testQueuesProvider()
119119
{
120120
$amqpConnection = $this->prepareAMQPConnection();
121121
$amqpChannel = $this->prepareAMQPChannel();

0 commit comments

Comments
 (0)