Skip to content

Commit

Permalink
Remove unused block argument
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Dec 18, 2024
1 parent ace8ae0 commit a24eafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/providers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
provider_name { 'Test Name' }
end

trait :with_accredited_partner do |s|
trait :with_accredited_partner do
accredited_partnerships { [association(:provider_partnership)] }
end

Expand Down

0 comments on commit a24eafa

Please sign in to comment.