Skip to content

Commit

Permalink
Merge pull request #14890 from kstrempel/fix-for-scala-codestarts-tes…
Browse files Browse the repository at this point in the history
…t-not-running

Fix for scala codestart unit test
  • Loading branch information
gsmet authored Feb 8, 2021
2 parents b4ab068 + ff34b7b commit f4a1bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
class ${class_name}Test {

@Test
def testHelloEndpoint() = {
def testHelloEndpoint(): Unit = {
given()
.`when`().get("${path}")
.then()
Expand Down

0 comments on commit f4a1bce

Please sign in to comment.