diff --git a/src/test/scala/CodegenTest.scala b/src/test/scala/CodegenTest.scala index c81dacf22b0..26156bb8eb5 100644 --- a/src/test/scala/CodegenTest.scala +++ b/src/test/scala/CodegenTest.scala @@ -46,8 +46,7 @@ class CodegenTest extends FlatSpec with ShouldMatchers { behavior of "Codegen" /* - * A response of type "void" will turn into a declaration of None - * for the template generator + * A return specified as "Array" should map to "List" */ it should "recognize the returnContainer as a List" in { val map = subject.apiToMap("/contacts", testOp)