Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkOnIT committed Oct 22, 2024
1 parent 7b0375a commit 330556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/user_roles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@

trait :banned_competitor do
group_id { UserGroup.banned_competitors.first.id }
metadata { FactoryBot.create(:roles_metadata_banned_competitors ) }
metadata { FactoryBot.create(:roles_metadata_banned_competitors) }
end

factory :probation_role, traits: [:delegate_probation, :active]
Expand Down

0 comments on commit 330556b

Please sign in to comment.