Skip to content

Commit

Permalink
Add missing space between words
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jun 19, 2022
1 parent 977fd2f commit 1c4fdf7
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 1c4fdf7

Please sign in to comment.