Skip to content

Commit 90ee2af

Browse files
committed
fix incorrect filename
1 parent 33cbaf2 commit 90ee2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/OpenAPINormalizerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public void testSimplifyOneOfAnyOfEnum() throws Exception {
196196
assertNull(combinedRefsEnum.getOneOf());
197197

198198
// Test with rule disabled
199-
OpenAPI openAPI2 = TestUtils.parseSpec("src/test/resources/3_0/simplifyoneOfWithEnums_test.yaml");
199+
OpenAPI openAPI2 = TestUtils.parseSpec("src/test/resources/3_0/simplifyOneOfWithEnums_test.yaml");
200200
Map<String, String> options2 = new HashMap<>();
201201
options2.put("SIMPLIFY_ONEOF_ANYOF_ENUM", "false");
202202
OpenAPINormalizer normalizer2 = new OpenAPINormalizer(openAPI2, options2);

0 commit comments

Comments
 (0)