Skip to content

Commit

Permalink
Make non-integer named value tests unambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Feb 2, 2025
1 parent 6742d3c commit 51ebacf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
type: integer
name: AllowedValues
named-values:
foo: '0'
foo: bar

# Expected validation error
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
type: integer
name: AllowedValues
named-values:
foo: '0'
foo: bar

# Expected validation error
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ outputs:
type: integer
name: AllowedValues
named-values:
foo: '0'
foo: bar

# Expected validation error
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ outputs:
type: integer
name: AllowedValues
named-values:
foo: '0'
foo: bar

# Expected validation error
#
Expand Down

0 comments on commit 51ebacf

Please sign in to comment.