You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/fetch/TypeScriptFetchClientCodegenTest.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
22
22
importjava.io.File;
23
23
importjava.io.IOException;
24
+
importjava.nio.charset.StandardCharsets;
24
25
importjava.nio.file.Files;
25
26
importjava.nio.file.Path;
26
27
importjava.nio.file.Paths;
@@ -469,7 +470,7 @@ public void testRequestOptsInInterfaceByDefault() throws IOException {
469
470
TestUtils.assertFileExists(apiFile);
470
471
471
472
// Read file content and split into interface and class sections
0 commit comments