Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
adjust test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Feb 22, 2024
1 parent 60c67c0 commit d0bba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ fn test_can_deser_bool_keywords_and_quote_as_strings() {
(true, "true"),
(false, "false"),
] {
// Serializing them as strings renders them with quotes.
// Serializing YAML bool keywords to strings adds quotes.
let formatted: String = serde_yaml::to_string(yaml).unwrap();
assert_eq!(formatted, format!("'{}'\n", yaml));

Expand Down

0 comments on commit d0bba85

Please sign in to comment.