Skip to content

Commit

Permalink
More yes/no -> True/False conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Dec 27, 2016
1 parent afccbb7 commit 2ad059a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/files/fail/30f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ schema:
"email": &email
type: str
pattern: .+@.+
required: no
required: False
"user":
type: map
mapping:
Expand Down
2 changes: 1 addition & 1 deletion tests/files/success/43s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ schema:
"email": &email
type: str
pattern: .+@.+
required: no
required: False
"user":
type: map
mapping:
Expand Down

0 comments on commit 2ad059a

Please sign in to comment.