Skip to content

Commit f3d7e81

Browse files
authored
Fixing test case
1 parent 69a057b commit f3d7e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/swagger-parser-v2-converter/src/test/java/io/swagger/parser/test/V2ConverterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public class V2ConverterTest {
164164
private static final int MIN_LENGTH = 3;
165165
private static final int NUMBER_VALUE_TWENTY = 20;
166166
private static final double MULTIPLE_OF_VALUE = 0.01D;
167-
private static final long DEFAULT_VALUE = 11L;
167+
private static final int DEFAULT_VALUE = 11;
168168
private static final int EXAMPLE_8_NUMBER = 8;
169169
private static final int EXAMPLE_42_NUMBER = 42;
170170

@@ -771,4 +771,4 @@ private OpenAPI getConvertedOpenAPIFromJsonFile(String file) throws IOException,
771771
assertNotNull(result);
772772
return result.getOpenAPI();
773773
}
774-
}
774+
}

0 commit comments

Comments
 (0)