Skip to content

Commit

Permalink
feat: change test
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Dec 17, 2024
1 parent fea6de9 commit 6f88a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mod tests {

#[test]
fn it_works() {
println!("Test");
let result = add(2, 2);
assert_eq!(result, 4);
}
Expand Down

0 comments on commit 6f88a64

Please sign in to comment.