Skip to content

Commit

Permalink
Merge 847ea74 into 51b3a3f
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed May 7, 2019
2 parents 51b3a3f + 847ea74 commit ccfde72
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/when_resetting_projections.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ public function should_reset_the_projection(): void
),
true
);
$status = $projectionStatus['status'];

if ($status !== 'Running') {
$this->assertStringStartsWith('Preparing', $status);
}

yield new Delayed(500);

Expand All @@ -89,7 +84,7 @@ public function should_reset_the_projection(): void
);
$status = $projectionStatus['status'];

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

0 comments on commit ccfde72

Please sign in to comment.