Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
To validate the previous commit.
  • Loading branch information
samhh committed Jun 5, 2023
1 parent e4713e3 commit a7ac240
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ 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 a7ac240

Please sign in to comment.