Description
The latest code is giving compilation errors because of a recent code commit.
The declared package "io.swagger.codegen.python" does not match the expected package "io.swagger.codegen.bash"
in file "swagger-codegen/modules/swagger-codegen/src/test/java/io/swagger/codegen/bash/BashTest.java"
Swagger-codegen version
Current master branch - 2.2.2-SNAPSHOT
Steps to reproduce
mvn package
Suggest a Fix
Renaming package "io.swagger.codegen.python" to "io.swagger.codegen.bash"
Description
The latest code is giving compilation errors because of a recent code commit.
The declared package "io.swagger.codegen.python" does not match the expected package "io.swagger.codegen.bash"
in file "swagger-codegen/modules/swagger-codegen/src/test/java/io/swagger/codegen/bash/BashTest.java"
Swagger-codegen version
Current master branch - 2.2.2-SNAPSHOT
Steps to reproduce
mvn package
Suggest a Fix
Renaming package "io.swagger.codegen.python" to "io.swagger.codegen.bash"