Skip to content

Commit

Permalink
Removing second test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-robbins committed Nov 21, 2023
1 parent 3df8c48 commit f9cdf8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,4 @@ mod tests {
let result = 2 + 2;
assert_eq!(result, 4);
}

#[test]
fn placeholder2() {
let result = 4 + 2;
assert_eq!(result, 6);
}
}

0 comments on commit f9cdf8c

Please sign in to comment.