Skip to content

Commit bfe4a7f

Browse files
authored
rename ts axios test (#7442)
1 parent ca5d384 commit bfe4a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
package org.openapitools.codegen.typescript;
1+
package org.openapitools.codegen.typescript.axios;
22

33
import org.openapitools.codegen.CodegenConstants;
44
import org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen;
55
import org.testng.annotations.Test;
66

77
import static org.testng.Assert.assertEquals;
88

9-
public class TypeScriptAxiosClientCodegenTestTest {
9+
public class TypeScriptAxiosClientCodegenTest {
1010

1111
TypeScriptAxiosClientCodegen codegen = new TypeScriptAxiosClientCodegen();
1212

0 commit comments

Comments
 (0)