Update assignment01_grade.rs

This commit is contained in:
Jongseo Lee (JS)
2022-08-30 11:36:29 +09:00
committed by GitHub
parent 953ca31f93
commit 86c4f56a86

View File

@@ -18,7 +18,7 @@ mod test {
}
#[test]
fn sub_underflow() {
fn sub_overflow() {
assert_eq!(sub(usize::MIN, 1), usize::MAX);
}
}