Skip to content

Commit a45d053

Browse files
jtnordjglick
andauthored
Update src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
1 parent f961f1d commit a45d053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ private List<String> getOutputLines() {
577577
// sort the logs into chronological order
578578
// then just format the message.
579579
return result.stream()
580-
.sorted(Comparator.comparingLong(lr -> lr.getMillis()))
580+
.sorted(Comparator.comparingLong(LogRecord::getMillis))
581581
.map(formatter::formatMessage)
582582
.collect(Collectors.toList());
583583
}

0 commit comments

Comments
 (0)