Skip to content

Commit d6b9935

Browse files
committed
fix test
1 parent a0f1c05 commit d6b9935

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/topic_partition.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ object(SimpleKafkaClient\TopicPartition)#2 (3) {
5858
["offset"]=>
5959
int(42)
6060
["metadata"]=>
61-
NULL
61+
array(1) {
62+
[0]=>
63+
string(4) "test"
64+
}
6265
}
6366
array(3) {
6467
["topic"]=>

0 commit comments

Comments
 (0)