mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 07:01:01 +00:00
Fixed comment in test
This commit is contained in:
parent
9834059786
commit
e2a20447df
@ -46,8 +46,7 @@ class CodegenTest extends FlatSpec with ShouldMatchers {
|
|||||||
|
|
||||||
behavior of "Codegen"
|
behavior of "Codegen"
|
||||||
/*
|
/*
|
||||||
* A response of type "void" will turn into a declaration of None
|
* A return specified as "Array" should map to "List"
|
||||||
* for the template generator
|
|
||||||
*/
|
*/
|
||||||
it should "recognize the returnContainer as a List" in {
|
it should "recognize the returnContainer as a List" in {
|
||||||
val map = subject.apiToMap("/contacts", testOp)
|
val map = subject.apiToMap("/contacts", testOp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user