From ff34b7be1d069f18bf7093a71e702168e4d91111 Mon Sep 17 00:00:00 2001 From: kstrempel Date: Mon, 8 Feb 2021 09:53:14 +0100 Subject: [PATCH] Fix for scala codestart unit test --- .../templates/basic-rest/scala/test-resource-template.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/platform-descriptor-json/src/main/resources/templates/basic-rest/scala/test-resource-template.ftl b/devtools/platform-descriptor-json/src/main/resources/templates/basic-rest/scala/test-resource-template.ftl index 11246ffe8584d..eaceeebedaeff 100644 --- a/devtools/platform-descriptor-json/src/main/resources/templates/basic-rest/scala/test-resource-template.ftl +++ b/devtools/platform-descriptor-json/src/main/resources/templates/basic-rest/scala/test-resource-template.ftl @@ -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()