Skip to content

Commit e2a2044

Browse files
committed
Fixed comment in test
1 parent 9834059 commit e2a2044

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/scala/CodegenTest.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ class CodegenTest extends FlatSpec with ShouldMatchers {
4646

4747
behavior of "Codegen"
4848
/*
49-
* A response of type "void" will turn into a declaration of None
50-
* for the template generator
49+
* A return specified as "Array" should map to "List"
5150
*/
5251
it should "recognize the returnContainer as a List" in {
5352
val map = subject.apiToMap("/contacts", testOp)

0 commit comments

Comments
 (0)