mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-23 12:08:46 +02:00
Fixing test3 to have enough tests to make sure we test all cases
This commit is contained in:
parent
9f61db5dbe
commit
bec97b6c76
@ -18,4 +18,9 @@ mod tests {
|
||||
fn is_true_when_even() {
|
||||
assert!();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn is_false_when_even() {
|
||||
assert!();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user