Merge pull request #1675 from jurglic/fix-rand-typo

fix: test name typo
pull/1681/head
liv 9 months ago committed by GitHub
commit 2e48fe9cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ mod tests {
}
#[test]
fn mult_box() {
fn mut_box() {
let mut num: Box<u32> = Box::new(3);
num_sq(&mut num);
assert_eq!(*num, 9);

Loading…
Cancel
Save