Skip to content

Commit aca26d3

Browse files
authored
Fix spec after method signature change in core (hitobito/hitobito_sac_cas#1512)
1 parent 90d19f6 commit aca26d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/jobs/export/event_participations_export_job_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
subject { Export::EventParticipationsExportJob.new(format,
1111
user.id,
1212
event_participation_filter,
13+
group.id,
1314
params.merge(filename: filename)) }
1415

1516
let(:user) { people(:top_leader) }

0 commit comments

Comments
 (0)