We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f845b commit 900dc49Copy full SHA for 900dc49
1 file changed
tests/Parameters/GetMeetingInfoParametersTest.php
@@ -31,7 +31,7 @@ class GetMeetingInfoParametersTest extends TestCase
31
{
32
public function testGetMeetingInfoParameters()
33
34
- $getMeetingInfoParams = new GetMeetingInfoParameters($meetingId = $this->faker->uuid, $password = $this->faker->password());
+ $getMeetingInfoParams = new GetMeetingInfoParameters($meetingId = $this->faker->uuid);
35
36
$this->assertEquals($meetingId, $getMeetingInfoParams->getMeetingId());
37
0 commit comments