Skip to content

Commit

Permalink
Fixed whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
anenviousguest committed Nov 20, 2023
1 parent ad393c8 commit 22aeb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/java/org/kohsuke/github/GHReleaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void testMakeLatestRelease() throws Exception {
}

/**
* Tests creation of the release with `generate_release_notes parameter on`.
* Tests creation of the release with `generate_release_notes` parameter on.
*
* @throws Exception
* if any failure has happened.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"bodyPatterns" : [
{
"matchesJsonPath" : "$.[?(@.generate_release_notes == true)]"
"matchesJsonPath" : "$.[?(@.generate_release_notes == true)]"
}
]
},
Expand Down

0 comments on commit 22aeb17

Please sign in to comment.