Skip to content

Commit

Permalink
Change: prevent clippy warnings in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed May 17, 2024
1 parent b03d2c5 commit 5d9ca99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/domains_email_forwards_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fn test_list_email_forwards() {
assert_eq!("2017-05-25T19:23:16Z", email_forwards.updated_at);
}

#[allow(deprecated)]
#[test]
fn test_create_email_forward() {
let setup = setup_mock_for(
Expand Down Expand Up @@ -63,6 +64,7 @@ fn test_create_email_forward() {
assert_eq!("example@example.com", record.to);
}

#[allow(deprecated)]
#[test]
fn test_get_email_forward() {
let setup = setup_mock_for(
Expand Down

0 comments on commit 5d9ca99

Please sign in to comment.