Skip to content

Commit

Permalink
Removed build deps and added quite in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofwizard committed Oct 16, 2024
1 parent a70a470 commit df527b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ fn add(a: i32, b: i32) -> i32 {
#[cfg(test)]
mod tests {
use super::*;

#[test]
fn test_add() {
assert_eq!(add(2, 3), 5);
Expand Down

0 comments on commit df527b1

Please sign in to comment.