Skip to content

Commit

Permalink
Restyled by prettier-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and bzbarsky-apple committed Oct 29, 2021
1 parent fad227c commit dadfecf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/app/tests/suites/TestModeSelectCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ tests:
command: "readAttribute"
attribute: "SupportedModes"
response:
value: [
{ label: "Black", mode: 0, semanticTag: 0 },
{ label: "Cappuccino", mode: 4, semanticTag: 0 },
{ label: "Espresso", mode: 7, semanticTag: 0 },
]
constraints:
value:
[
{ label: "Black", mode: 0, semanticTag: 0 },
{ label: "Cappuccino", mode: 4, semanticTag: 0 },
{ label: "Espresso", mode: 7, semanticTag: 0 },
]
constraints:
- type: list
- minLength: 3
- maxLength: 3
Expand Down

0 comments on commit dadfecf

Please sign in to comment.