Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed May 7, 2019
1 parent a458064 commit 7d71dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/when_resetting_projections.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function should_reset_the_projection(): void
);
$status = $projectionStatus['status'];

\var_dump($status);
$this->assertTrue(\in_array($status, ['Starting/Initial', 'Running', 'Preparing'], true));

yield new Delayed(500);
Expand Down

0 comments on commit 7d71dc5

Please sign in to comment.