Skip to content

Commit 57f105c

Browse files
committed
Fix minor grammar issue in test name
1 parent 207d6cd commit 57f105c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

restdocs-api-spec-openapi-generator/src/test/kotlin/com/epages/restdocs/apispec/openapi2/OpenApi20GeneratorTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class OpenApi20GeneratorTest {
231231
}
232232

233233
@Test
234-
fun `should handle urlencoded body in POST request as a formData`() {
234+
fun `should handle urlencoded body in POST request as formData`() {
235235
val api = givenResourceModelsWithApplicationForm(HTTPMethod.POST)
236236

237237
val openapi = whenOpenApiObjectGenerated(api)
@@ -241,7 +241,7 @@ class OpenApi20GeneratorTest {
241241
}
242242

243243
@Test
244-
fun `should handle urlencoded body in PUT request as a formData`() {
244+
fun `should handle urlencoded body in PUT request as formData`() {
245245
val api = givenResourceModelsWithApplicationForm(HTTPMethod.PUT)
246246

247247
val openapi = whenOpenApiObjectGenerated(api)

0 commit comments

Comments
 (0)