Skip to content

Commit 288e90e

Browse files
committed
Fix tests
1 parent fc36bdc commit 288e90e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pkg/enqueue/Tests/Symfony/Client/SimpleProduceCommandTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ public function testShouldHaveExpectedOptions()
4040
$command = new SimpleProduceCommand($this->createProducerMock());
4141

4242
$options = $command->getDefinition()->getOptions();
43-
$this->assertCount(3, $options);
43+
$this->assertCount(4, $options);
4444
$this->assertArrayHasKey('client', $options);
4545
$this->assertArrayHasKey('topic', $options);
4646
$this->assertArrayHasKey('command', $options);
47+
$this->assertArrayHasKey('header', $options);
4748
}
4849

4950
public function testShouldHaveExpectedAttributes()

0 commit comments

Comments
 (0)