forked from loafle/openapi-generator-original
rename ts axios test (#7442)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.openapitools.codegen.typescript;
|
||||
package org.openapitools.codegen.typescript.axios;
|
||||
|
||||
import org.openapitools.codegen.CodegenConstants;
|
||||
import org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen;
|
||||
@@ -6,7 +6,7 @@ import org.testng.annotations.Test;
|
||||
|
||||
import static org.testng.Assert.assertEquals;
|
||||
|
||||
public class TypeScriptAxiosClientCodegenTestTest {
|
||||
public class TypeScriptAxiosClientCodegenTest {
|
||||
|
||||
TypeScriptAxiosClientCodegen codegen = new TypeScriptAxiosClientCodegen();
|
||||
|
||||
Reference in New Issue
Block a user