Skip to content

Commit 27a5cb2

Browse files
committed
Fix spec after method signature change in core
1 parent 7c47296 commit 27a5cb2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
subject { Export::EventParticipationsExportJob.new(format,
1313
user.id,
1414
event_participation_filter,
15+
group.id,
1516
params.merge(filename: filename)) }
1617

1718
let(:group) { groups(:dachverband) }

0 commit comments

Comments
 (0)