Skip to content

Commit 900dc49

Browse files
authored
remove password because it's unused
1 parent 02f845b commit 900dc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Parameters/GetMeetingInfoParametersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class GetMeetingInfoParametersTest extends TestCase
3131
{
3232
public function testGetMeetingInfoParameters()
3333
{
34-
$getMeetingInfoParams = new GetMeetingInfoParameters($meetingId = $this->faker->uuid, $password = $this->faker->password());
34+
$getMeetingInfoParams = new GetMeetingInfoParameters($meetingId = $this->faker->uuid);
3535

3636
$this->assertEquals($meetingId, $getMeetingInfoParams->getMeetingId());
3737

0 commit comments

Comments
 (0)