同步已付无回执工具区测试数据命名

This commit is contained in:
萝卜
2026-03-19 00:09:13 +08:00
parent 9fb74bb453
commit b875c1ee57

View File

@@ -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,