Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jan 22, 2017
1 parent 17957ad commit bd7b7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/AbstractAggregateDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public function it_returns_metadata_enricher(): void
public function it_reconstitutes_state(): void
{
$message = $this->prophesize(Message::class);
$message->payload()->willReturn(['count' => 1])->shouldBeCalled();

$state = $this->createDefinition()->reconstituteState([], new \ArrayIterator([$message->reveal()]));

Expand Down

0 comments on commit bd7b7c8

Please sign in to comment.