mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +00:00
add same value test case
This commit is contained in:
parent
f6a37e28ba
commit
8a43dd9cfb
@ -23,5 +23,11 @@ mod tests {
|
||||
#[test]
|
||||
fn fortytwo_is_bigger_than_thirtytwo() {
|
||||
assert_eq!(42, bigger(32, 42));
|
||||
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn same_value(){
|
||||
assert_eq!(42, bigger(42,42))
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user