Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 5d8d822

Browse files
committed
kafka test run fixes
1 parent d2085b7 commit 5d8d822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PubSubConnectionFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ public function testMakeKafkaAdapter()
126126
->with($topicConf)
127127
->once();
128128

129-
$container->shouldReceive('make')
129+
$container->shouldReceive('makeWith')
130130
->with('pubsub.kafka.conf')
131131
->once()
132132
->andReturn($conf);
133133

134134
$consumer = Mockery::mock(\RdKafka\KafkaConsumer::class);
135135

136-
$container->shouldReceive('make')
136+
$container->shouldReceive('makeWith')
137137
->withArgs([
138138
'pubsub.kafka.consumer',
139139
['conf' => $conf],

0 commit comments

Comments
 (0)