Skip to content

Commit 22560f8

Browse files
committed
fix tests
1 parent 4ad10cf commit 22560f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Caster/RdKafkaCasterTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function testDumpConf()
6161
client.id: "rdkafka"
6262
%A
6363
dr_msg_cb: "0x%x"
64+
%A
6465
}
6566
EODUMP;
6667

@@ -114,7 +115,7 @@ public function testDumpTopicConf()
114115
$expectedDump = <<<EODUMP
115116
RdKafka\TopicConf {
116117
request.required.acks: "%i"
117-
request.timeout.ms: "5000"
118+
request.timeout.ms: "%d"
118119
message.timeout.ms: "300000"
119120
%A
120121
auto.commit.enable: "true"

0 commit comments

Comments
 (0)