Skip to content

Commit

Permalink
Correct mvn:spotless check
Browse files Browse the repository at this point in the history
  • Loading branch information
katieshin committed Dec 8, 2021
1 parent 317a478 commit d336349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/kohsuke/github/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ public void notifications() throws Exception {

// Test issue number and pull number of each GHThread.
if (t.getBoundIssue() == null) {
assertThat(t.getIssueNumber(), is(-1));
assertThat(t.getIssueNumber(), is(-1));
} else {
assertThat(t.getIssueNumber(), not(-1));
}
Expand Down

0 comments on commit d336349

Please sign in to comment.