Skip to content

Commit 4ab8850

Browse files
committed
fix typo in test yaml
1 parent 4f94561 commit 4ab8850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/test/resources/3_0/oneOf_inheritance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ components:
6161
- catId
6262
Mouse:
6363
allOf:
64-
- $ref: '#/components/schemas/Mouse'
64+
- $ref: '#/components/schemas/Animal'
6565
- type: object
6666
properties:
6767
mouseId:

0 commit comments

Comments
 (0)