Skip to content

Commit 22aeb17

Browse files
Fixed whitespaces.
1 parent ad393c8 commit 22aeb17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/org/kohsuke/github/GHReleaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public void testMakeLatestRelease() throws Exception {
200200
}
201201

202202
/**
203-
* Tests creation of the release with `generate_release_notes parameter on`.
203+
* Tests creation of the release with `generate_release_notes` parameter on.
204204
*
205205
* @throws Exception
206206
* if any failure has happened.

src/test/resources/org/kohsuke/github/GHReleaseTest/wiremock/testCreateReleaseWithNotes/mappings/2-r_h_t_releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"bodyPatterns" : [
1313
{
14-
"matchesJsonPath" : "$.[?(@.generate_release_notes == true)]"
14+
"matchesJsonPath" : "$.[?(@.generate_release_notes == true)]"
1515
}
1616
]
1717
},

0 commit comments

Comments
 (0)