diff --git a/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php b/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php index 62801df..b0f5747 100644 --- a/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php +++ b/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php @@ -34,5 +34,6 @@ class AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest e $res->assertRedirect(); $res->assertSessionHas('warning'); + $this->assertStringContainsString('无回执(广义)', (string) session('warning')); } }