Skip to content

Commit 2a682ab

Browse files
author
fmoko
authored
Merge pull request #522 from calvinbrown085/adding-test-for-false-case
2 parents 9f38b54 + bec97b6 commit 2a682ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exercises/tests/tests3.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ mod tests {
1818
fn is_true_when_even() {
1919
assert!();
2020
}
21+
22+
#[test]
23+
fn is_false_when_even() {
24+
assert!();
25+
}
2126
}

0 commit comments

Comments
 (0)