Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Dec 6, 2024
1 parent 3f10059 commit a3c078d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/KafkaFakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,16 @@ public function it_dispatches_consumer_events(): void
offset: 0,
timestamp: 0
),

new ConsumedMessage(
topicName: 'test-topic',
partition: 0,
headers: [],
body: ['test'],
key: null,
offset: 0,
timestamp: 0
),
];

Kafka::shouldReceiveMessages($messages);
Expand Down

0 comments on commit a3c078d

Please sign in to comment.