Skip to content

Commit

Permalink
⚰️ 删除默认生成测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
phidiaLam committed Dec 11, 2024
1 parent 74f4a11 commit 791f059
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions libs/page_next_id/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
pub mod response;
pub fn add(left: u64, right: u64) -> u64 { left + right }

#[cfg(test)]
mod tests {
use super::*;

#[test]
fn it_works() {
let result = add(2, 2);
assert_eq!(result, 4);
}
}
pub mod response;

0 comments on commit 791f059

Please sign in to comment.