Skip to content

Commit

Permalink
test: test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hcdias committed Oct 10, 2023
1 parent 7825230 commit 271c5f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/Connectors/Producer/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ class ConfigTest extends LaravelTestCase
public function testShouldValidateProducerConfig(): void
{
// Set
$config = new Config();

$topicId = 'default';
$config = new Config();

$expected = [
'timeout' => 10000,
Expand Down

0 comments on commit 271c5f9

Please sign in to comment.