Skip to content

Commit

Permalink
Merge pull request #231 from pzygielo/spc
Browse files Browse the repository at this point in the history
Add missing space between words
  • Loading branch information
arjantijms committed Jun 19, 2022
2 parents 1849744 + 1c4fdf7 commit ab55453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public Date lastExecutionGetRunningTimeTest(LastExecution lastExecutionInfo, Dat
if ((lastExecutionInfo.getRunEnd().getTime()
- lastExecutionInfo.getRunStart().getTime()) < TestConstants.PollInterval.toMillis()) {
log.warning(testName
+ "failed, the difference between getRunEnd and getRunStart"
+ "failed, the difference between getRunEnd and getRunStart "
+ "is shorter than the real running time");
return null;
}
Expand Down

0 comments on commit ab55453

Please sign in to comment.