add missing \n

This commit is contained in:
Sylvestre Ledru
2024-01-15 10:43:20 +01:00
committed by GitHub
parent 3d356d47b3
commit b116a97fdc
+1 -1
View File
@@ -22,7 +22,7 @@ fn test_z85_not_padded() {
#[test]
fn test_invalid_input() {
let error_message = if cfg!(windows) {
"basenc: .: Permission denied"
"basenc: .: Permission denied\n"
} else {
"basenc: error: invalid input\n"
};