We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b9e84 commit 8a770d5Copy full SHA for 8a770d5
1 file changed
src/main.rs
@@ -85,7 +85,7 @@ mod tests {
85
let result = weight_input_parsing(String::from("65"));
86
assert_eq!(result, 65.0);
87
}
88
-
+
89
#[test]
90
fn height_input_parsing_valid_number_returns_f64() {
91
let result = weight_input_parsing(String::from("1.75"));
0 commit comments