fix wording
This commit is contained in:
parent
ce7c917874
commit
b75e3af1b5
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user