Skip to content

Commit

Permalink
Update CodeQuarkusResourceTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Dec 7, 2023
1 parent b19a106 commit b334f83
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,23 +258,6 @@ class CodeQuarkusResourceTest {
.statusCode(400)
}

@Test
@DisplayName("Should fail when using incompatible java version with kotlin & Scala")
fun testWithInvalidJavaVersionKotlinScala() {
given()
.`when`()
.get("/api/download?j=21&e=kotlin")
.then()
.log().ifValidationFails()
.statusCode(400)
given()
.`when`()
.get("/api/download?j=21&e=scala")
.then()
.log().ifValidationFails()
.statusCode(400)
}

@Test
@DisplayName("Should fail when using javaVersion as text")
fun testWithInvalidJavaVersionString() {
Expand Down

0 comments on commit b334f83

Please sign in to comment.