From 3b10b1c473209e36183271a81eb9014a8f5cddfa Mon Sep 17 00:00:00 2001 From: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:46:35 +0530 Subject: [PATCH] fix(CI): fix spell check for CI pull request (#2420) --- crates/router/tests/connectors/authorizedotnet.rs | 14 +++++++------- crates/router/tests/connectors/cybersource.rs | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) 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() {}