From 82fd490105eb8f62e85e2e332cb683b23fffff82 Mon Sep 17 00:00:00 2001 From: Timur Karimov Date: Thu, 9 Nov 2023 21:42:08 +0100 Subject: [PATCH] Revert test name to a meaningful string --- .../test-class-wc-payment-gateway-wcpay-process-payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test-class-wc-payment-gateway-wcpay-process-payment.php b/tests/unit/test-class-wc-payment-gateway-wcpay-process-payment.php index 10bdf8fec87..ea2584c3c40 100644 --- a/tests/unit/test-class-wc-payment-gateway-wcpay-process-payment.php +++ b/tests/unit/test-class-wc-payment-gateway-wcpay-process-payment.php @@ -396,7 +396,7 @@ public function test_intent_status_success_logged_out_user() { /** * Test processing payment with the status "requires_capture". */ - public function test_tktktk() { + public function test_intent_status_requires_capture() { // Arrange: Reusable data. $intent_id = 'pi_mock'; $charge_id = 'ch_mock';