Skip to content

Commit 5f22676

Browse files
committed
fix typo issue #342
1 parent a35a059 commit 5f22676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-parser/src/test/java/io/swagger/parser/SwaggerParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ public void testRefNameConflicts() throws Exception {
10291029
}
10301030

10311031
@Test
1032-
public void testRefAditionalProperties() throws Exception {
1032+
public void testRefAdditionalProperties() throws Exception {
10331033
Swagger swagger = new SwaggerParser().read("src/test/resources/additionalProperties.yaml");
10341034

10351035
Assert.assertNotNull(swagger);

0 commit comments

Comments
 (0)