Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
eiresendez committed Oct 22, 2024
1 parent f1ad52b commit ff7efb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function definition()
return [
'unique_template_id' => '',
'name' => $this->faker->unique()->name(),
'description' => $this->faker->unique()->sentence(20),
'description' => $this->faker->unique()->text(100),
'user_id' => User::factory()->create()->getKey(),
'editing_screen_uuid' => null,
'screen_type' => 'FORM',
Expand Down

0 comments on commit ff7efb0

Please sign in to comment.