mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-31 07:49:18 +00:00
fix: raw_value test options1.rs
This commit is contained in:
parent
18a9a2e791
commit
eebe8267c9
@ -32,9 +32,6 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn raw_value() {
|
fn raw_value() {
|
||||||
// TODO: Fix this test. How do you get at the value contained in the
|
assert_eq!(maybe_icecream(12).unwrap(), 5);
|
||||||
// Option?
|
|
||||||
let icecreams = maybe_icecream(12);
|
|
||||||
assert_eq!(icecreams, 5);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user