Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benoit Orihuela <[email protected]>
  • Loading branch information
thomasBousselin and bobeal authored Dec 3, 2024
1 parent dbfe6d4 commit e362720
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class EntityHandlerTests {
}

@Test
fun `create entity should return a 400 if it contain a invalid queryparameter`() {
fun `create entity should return a 400 if it contains an invalid query parameter`() {
val jsonLdFile = ClassPathResource("/ngsild/aquac/breedingService.jsonld")

webClient.post()
Expand All @@ -332,7 +332,7 @@ class EntityHandlerTests {
}

@Test
fun `create entity should return a 501 if it contain a notImplemented queryParameter`() {
fun `create entity should return a 501 if it contains a not implemented query parameter`() {
val jsonLdFile = ClassPathResource("/ngsild/aquac/breedingService.jsonld")

webClient.post()
Expand Down

0 comments on commit e362720

Please sign in to comment.