Skip to content

Commit

Permalink
Merge b09facd into 51b3a3f
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed May 7, 2019
2 parents 51b3a3f + b09facd commit 62ed5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/when_resetting_projections.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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 62ed5d1

Please sign in to comment.