Skip to content

Commit

Permalink
Revert "Add failing test"
Browse files Browse the repository at this point in the history
This reverts commit a7ac240.

It worked!
  • Loading branch information
samhh committed Jun 5, 2023
1 parent a7ac240 commit 4b0b337
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ where
mod tests {
use super::*;

#[test]
fn test_intentional_failure() {
assert!(false);
}

#[test]
fn test_only_true() {
#[derive(Debug, PartialEq, Eq, serde::Deserialize)]
Expand Down

0 comments on commit 4b0b337

Please sign in to comment.