From e2a20447dfab2cdb5e3424643bf363834f25a1b4 Mon Sep 17 00:00:00 2001 From: Justin DiPierro Date: Thu, 10 Jul 2014 10:02:18 -0400 Subject: [PATCH] Fixed comment in test --- src/test/scala/CodegenTest.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)