[BUG] Package declaration problem in openapi-generator module
Created by: typhoon2k
Bug Report Checklist
-
Have you provided a full/minimal spec to reproduce the issue? -
Have you validated the input using an OpenAPI validator (example)? -
What's the version of OpenAPI Generator used? -
Have you search for related issues/PRs? -
What's the actual output vs expected output? -
[Optional] Bounty to sponsor the fix (example)
Description
Noticed this problem after importing project into IDE - test class TypeScriptClientCodegenTest has package declaration "org.openapitools.codegen.typescript.fetch", but is located in "/openapi-generator/src/test/java/org/openapitools/codegen/typescript/" folder.
openapi-generator version
5.0.0-beta
OpenAPI declaration file content or url
N/A
Generation Details
N/A
Steps to reproduce
N/A
Related issues/PRs
N/A
Suggest a fix
Fix package declaration.