fix test case

This commit is contained in:
wing328
2016-01-24 21:31:38 +08:00
parent 218ea50d61
commit abe039a05f

View File

@@ -54,7 +54,6 @@ public abstract class AbstractTypeScriptClientCodegen extends DefaultCodegen imp
// mapped to String as a workaround
typeMapping.put("binary", "string");
cliOptions.clear();
cliOptions.add(new CliOption(CodegenConstants.MODEL_PROPERTY_NAMING, CodegenConstants.MODEL_PROPERTY_NAMING_DESC).defaultValue("CamelCase"));