We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9834059 commit e2a2044Copy full SHA for e2a2044
src/test/scala/CodegenTest.scala
@@ -46,8 +46,7 @@ class CodegenTest extends FlatSpec with ShouldMatchers {
46
47
behavior of "Codegen"
48
/*
49
- * A response of type "void" will turn into a declaration of None
50
- * for the template generator
+ * A return specified as "Array" should map to "List"
51
*/
52
it should "recognize the returnContainer as a List" in {
53
val map = subject.apiToMap("/contacts", testOp)
0 commit comments