Skip to content

Commit 0b26ba8

Browse files
author
Andrew Orban
committed
fixing tests
1 parent d9fde96 commit 0b26ba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures/lint/casing-properties-fail.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ paths:
2828
schema:
2929
type: object
3030
properties:
31-
foo_bar:
31+
fooBar:
3232
type: string
3333
description: fooBar property

fixtures/lint/casing-properties-pass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ paths:
3030
items:
3131
type: object
3232
properties:
33-
fooBar:
33+
foo_bar:
3434
type: string
3535
description: foo_bar property

0 commit comments

Comments
 (0)