File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ class BasicScalaGeneratorTest extends FlatSpec with ShouldMatchers {
211
211
m(" returnType" ) should be (Some (" List[Pet]" ))
212
212
m(" returnTypeIsPrimitive" ) should be (None )
213
213
m(" pathParams" ).asInstanceOf [List [_]].size should be (0 )
214
- m(" returnContainer" ) should be (" List" )
214
+ m(" returnContainer" ) should be (Some ( " List" ) )
215
215
m(" requiredParamCount" ) should be (" 1" )
216
216
217
217
val queryParams = m(" queryParams" ).asInstanceOf [List [_]]
@@ -248,7 +248,7 @@ class BasicScalaGeneratorTest extends FlatSpec with ShouldMatchers {
248
248
m(" returnType" ) should be (Some (" List[Pet]" ))
249
249
m(" returnTypeIsPrimitive" ) should be (None )
250
250
m(" pathParams" ).asInstanceOf [List [_]].size should be (0 )
251
- m(" returnContainer" ) should be (" List" )
251
+ m(" returnContainer" ) should be (Some ( " List" ) )
252
252
m(" requiredParamCount" ) should be (" 1" )
253
253
254
254
val queryParams = m(" queryParams" ).asInstanceOf [List [_]]
You can’t perform that action at this time.
0 commit comments