mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-27 04:44:25 +00:00
Add unit tests to Javascript Petstore sample
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ public class JavascriptClientCodegen extends DefaultCodegen implements CodegenCo
|
||||
|
||||
@Override
|
||||
public String toApiImport(String name) {
|
||||
return name;
|
||||
return toApiName(name);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user