Skip to content

Commit 1eb5581

Browse files
authored
Fix typo in MultipleConsumerTest method name
1 parent cf67ada commit 1eb5581

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
@@ -113,7 +113,7 @@ public function testQueuesProvider($processFlag, $expectedMethod, $expectedReque
113113
$this->multipleConsumer->processQueueMessage('test-2', $amqpMessage);
114114
}
115115

116-
public function testQueuesPrivider()
116+
public function testQueuesProvider()
117117
{
118118
$amqpConnection = $this->prepareAMQPConnection();
119119
$amqpChannel = $this->prepareAMQPChannel();

0 commit comments

Comments
 (0)