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,