Skip to content

Commit

Permalink
chore: Fixes unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jul 5, 2024
1 parent a182d0f commit a7a911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ mod tests {
#[test]
fn test_faucet_error_debug() {
let err = FaucetError::unknown("test");
assert_eq!(format!("{:?}", err), r#"Unknown error: "test""#);
assert_eq!(format!("{:?}", err), r#"Unknown error: test"#);
}

#[test]
Expand Down

0 comments on commit a7a911b

Please sign in to comment.