diff --git a/crates/router/tests/connectors/authorizedotnet.rs b/crates/router/tests/connectors/authorizedotnet.rs index 125851d0bea1..4750e122a217 100644 --- a/crates/router/tests/connectors/authorizedotnet.rs +++ b/crates/router/tests/connectors/authorizedotnet.rs @@ -512,31 +512,31 @@ async fn should_fail_capture_for_invalid_payment() { } #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_partially_refund_manually_captured_payment() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_refund_manually_captured_payment() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_sync_manually_captured_refund() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_refund_auto_captured_payment() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_partially_refund_succeeded_payment() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_refund_succeeded_payment_multiple_times() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_fail_for_refund_amount_higher_than_payment_amount() {} // Connector dependent test cases goes here diff --git a/crates/router/tests/connectors/cybersource.rs b/crates/router/tests/connectors/cybersource.rs index bcc5aaa2a209..5f9adf39f9b9 100644 --- a/crates/router/tests/connectors/cybersource.rs +++ b/crates/router/tests/connectors/cybersource.rs @@ -314,7 +314,7 @@ async fn should_partially_refund_succeeded_payment() { } #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_partially_refund_manually_captured_payment() { let connector = Cybersource {}; let response = connector @@ -373,17 +373,17 @@ async fn should_sync_refund() { } #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_sync_manually_captured_refund() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_refund_auto_captured_payment() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_refund_succeeded_payment_multiple_times() {} #[actix_web::test] -#[ignore = "refunds tests are ignored for this connector becuase it takes one day for a payment to be settled."] +#[ignore = "refunds tests are ignored for this connector because it takes one day for a payment to be settled."] async fn should_fail_for_refund_amount_higher_than_payment_amount() {}