Skip to content

Commit

Permalink
Fix voiceBridge too short
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Oct 6, 2023
1 parent 7ea8e13 commit 1034b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function generateCreateParams()
'moderatorPW' => $this->faker->password,
'autoStartRecording' => $this->faker->boolean(50),
'dialNumber' => $this->faker->phoneNumber,
'voiceBridge' => $this->faker->randomNumber(5),
'voiceBridge' => $this->faker->randomNumber(5, true),
'webVoice' => $this->faker->word,
'logoutURL' => $this->faker->url,
'maxParticipants' => $this->faker->numberBetween(2, 100),
Expand Down

0 comments on commit 1034b20

Please sign in to comment.