Skip to content

Commit

Permalink
Merge pull request bagisto#10405 from bagisto/2.2
Browse files Browse the repository at this point in the history
2.2
  • Loading branch information
devansh-webkul authored Dec 17, 2024
2 parents 2fb6f8c + e6c4ba0 commit 38169cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/Webkul/Admin/tests/Feature/Settings/RoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
'name' => fake()->name(),
'permission_type' => fake()->randomElement(['custom', 'all']),
'description' => fake()->sentence(),
'permissions' => [
0 => acl()->getRoles()->random(),
],
])
->assertRedirect(route('admin.settings.roles.index'))
->isRedirection();
Expand Down

0 comments on commit 38169cd

Please sign in to comment.