Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandervanzuriak committed Dec 17, 2024
1 parent 98c3767 commit 1296e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/authorization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
factory :authorization do
uid { "unique_uid" }
provider { "provider_name" }
association :admin, factory: :user
admin factory: [:user]
end
end

0 comments on commit 1296e1c

Please sign in to comment.