Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 23, 2024
1 parent a125403 commit 7b3c017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Factories/UserGroupFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class UserGroupFactory extends Factory
public function definition(): array
{
return [
'user_group_name' => $this->faker->sentence(2),
'user_group_name' => $this->faker->text(32),
'description' => $this->faker->paragraph(),
'auto_assign' => true,
'auto_assign_mode' => $this->faker->randomElement([1, 2]),
Expand Down

0 comments on commit 7b3c017

Please sign in to comment.