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 0bb30dd commit df95d69Copy full SHA for df95d69
modules/swagger-codegen/src/test/java/io/swagger/codegen/csharp/CSharpClientOptionsTest.java
@@ -42,6 +42,10 @@ protected void setExpectations() {
42
times = 1;
43
clientCodegen.setPackageGuid(CSharpClientOptionsProvider.PACKAGE_GUID_VALUE);
44
45
+ clientCodegen.setUseCollection(false);
46
+ times = 1;
47
+ clientCodegen.setReturnICollection(false);
48
49
}};
50
}
51
0 commit comments