Fixed comment in test

This commit is contained in:
Justin DiPierro 2014-07-10 10:02:18 -04:00
parent 9834059786
commit e2a20447df

View File

@ -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)