Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and github-actions[bot] committed Oct 4, 2023
1 parent 458cd11 commit 6dafeb7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -958,14 +958,6 @@ components:
type: string
format: decimal
const: "3.141592653589793238462643383279"
singleEnumConstStr:
type: string
enum:
- "one"
singleEnumConstBool:
type: boolean
enum:
- true
defaultStr:
type: string
default: "default"
Expand Down Expand Up @@ -1038,8 +1030,6 @@ components:
- constBigIntStr
- constDecimal
- constDecimalStr
- singleEnumConstStr
- singleEnumConstBool
- defaultStr
- defaultStrNullable
- defaultInt
Expand Down Expand Up @@ -1099,10 +1089,6 @@ components:
constDecimalStr:
type: string
format: decimal
singleEnumConstStr:
type: string
singleEnumConstBool:
type: boolean
defaultStr:
type: string
defaultStrNullable:
Expand Down Expand Up @@ -1161,8 +1147,6 @@ components:
- constBigIntStr
- constDecimal
- constDecimalStr
- singleEnumConstStr
- singleEnumConstBool
- defaultStr
- defaultStrNullable
- defaultInt
Expand Down

0 comments on commit 6dafeb7

Please sign in to comment.