Skip to content

Commit 4fd0818

Browse files
committed
tests: type int -> type integer
1 parent 62dc128 commit 4fd0818

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

test/expected/town-building-description.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ paths:
5353
type: object
5454
properties:
5555
location_id:
56-
type: int
56+
type: integer
5757
example: 44
5858
name:
5959
type: string
@@ -67,5 +67,5 @@ components:
6767
type: string
6868
example: house
6969
location_id:
70-
type: int
70+
type: integer
7171
example: 44

test/expected/town-remove-descriptions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ paths:
4747
type: object
4848
properties:
4949
location_id:
50-
type: int
50+
type: integer
5151
example: 44
5252
name:
5353
type: string
@@ -61,5 +61,5 @@ components:
6161
type: string
6262
example: house
6363
location_id:
64-
type: int
64+
type: integer
6565
example: 44

test/expected/town-remove-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ paths:
5252
type: object
5353
properties:
5454
location_id:
55-
type: int
55+
type: integer
5656
example: 44
5757
name:
5858
type: string
@@ -65,5 +65,5 @@ components:
6565
building:
6666
type: string
6767
location_id:
68-
type: int
68+
type: integer
6969
example: 44

test/expected/town-remove-properties.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ paths:
5252
type: object
5353
properties:
5454
location_id:
55-
type: int
55+
type: integer
5656
example: 44
5757
components:
5858
schemas:
@@ -63,5 +63,5 @@ components:
6363
type: string
6464
example: house
6565
location_id:
66-
type: int
66+
type: integer
6767
example: 44

test/openapi/town.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ paths:
5454
type: object
5555
properties:
5656
location_id:
57-
type: int
57+
type: integer
5858
example: 44
5959
name:
6060
type: string
@@ -69,5 +69,5 @@ components:
6969
type: string
7070
example: "house"
7171
location_id:
72-
type: int
72+
type: integer
7373
example: 44

0 commit comments

Comments
 (0)