diff --git a/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php b/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php index cd96b66..1f508f8 100644 --- a/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php +++ b/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php @@ -81,7 +81,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly $merchant = Merchant::query()->firstOrFail(); $plan = Plan::query()->create([ 'code' => 'po_index_batch_sync_btn_disable_receipt_none_plan', - 'name' => '批量同步按钮禁用无回执测试套餐', + 'name' => '批量同步按钮禁用无回执(广义)测试套餐', 'billing_cycle' => 'monthly', 'price' => 10, 'list_price' => 10, @@ -106,7 +106,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly 'placed_at' => now(), 'paid_at' => now(), 'activated_at' => now(), - // meta 为空 => 无回执 + // meta 为空 => 无回执(广义) 'meta' => [], ]);