fix wording

This commit is contained in:
James 2020-02-15 13:24:29 +00:00
parent ce7c917874
commit b75e3af1b5

View File

@ -70,7 +70,7 @@ final class PostFailedTests{
// if existing issue, is the error the same?
if($issue){
if( $this->doesMessageMatch($issue->body,$message,$att) ){
$issue->addComment("Failed again. Same errors [above]($issue->html_url#issue-{$issue->id})");
$issue->addComment("Failed again. Same errors as [above]($issue->html_url#issue-{$issue->id})");
return;
}else{
foreach($issue->getComments() as $comment){