Skip to content

Commit

Permalink
remove boilerplate test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Sep 7, 2023
1 parent ddf6854 commit 2bdac9a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cfdp-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@ mod tests {
}
}
}
#[test]
fn it_works() {
let result = 2 + 2;
assert_eq!(result, 4);
}
}

0 comments on commit 2bdac9a

Please sign in to comment.