Skip to content

Commit

Permalink
more \r
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Sep 27, 2023
1 parent 3ec8c3a commit d2ac4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/config/tests/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn check(dir: &str) {
}
assert_eq!(
errors.join("\n").replace('\r', ""),
String::from_utf8(expected).unwrap()
String::from_utf8(expected).unwrap().replace('\r', "")
);
}
// Errors may occur, but they should be handled, if one is not a handler should be created
Expand Down

0 comments on commit d2ac4eb

Please sign in to comment.