From b875c1ee5722d7894840901dd4e0ed92aec1d93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 00:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=B7=B2=E4=BB=98=E6=97=A0?= =?UTF-8?q?=E5=9B=9E=E6=89=A7=E5=B7=A5=E5=85=B7=E5=8C=BA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php b/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php index 03bfcee..b11518d 100644 --- a/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php +++ b/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php @@ -29,7 +29,7 @@ class AdminPlatformOrderToolsReceiptNoneHintTest extends TestCase $merchant = Merchant::query()->firstOrFail(); $plan = Plan::query()->create([ 'code' => 'receipt_none_tools_hint_plan', - 'name' => '无回执工具区提示测试套餐', + 'name' => '已付无回执工具区提示测试套餐', 'billing_cycle' => 'monthly', 'price' => 10, 'list_price' => 10,