create(['title' => 'Test Promo']); expect($announcement->title)->toBe('Test Promo'); expect($announcement->type)->toBe(AnnouncementType::PUBLIC); });