Skip to content

Commit e5815b4

Browse files
committed
Fail test
1 parent 1bc9ada commit e5815b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mod test {
1515

1616
#[test]
1717
fn test() {
18-
assert_eq!(multiply(2, 2), 4);
18+
assert_eq!(multiply(2, 2), 3);
1919
}
2020

2121
#[test]

0 commit comments

Comments
 (0)