chore: cleanup
This commit is contained in:
@@ -340,7 +340,7 @@ class BookingDataProcessorTest extends TestCase
|
||||
$formData = $this->createCompleteFormData();
|
||||
|
||||
$participant = $formData->participants[0];
|
||||
$participant->status = 'C'; // Inactive status
|
||||
$participant->status = 'S'; // Canceled status
|
||||
$participant->firstName = 'Updated';
|
||||
$participant->lastName = 'Participant';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user