Skip to content

Commit

Permalink
Fix test component (decidim#11436)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu authored Aug 7, 2023
1 parent 00430f5 commit 6e7111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-meetings/spec/system/report_meeting_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let!(:user) { create(:user, :confirmed, organization:) }

let!(:component) do
create(:proposal_component,
create(:meeting_component,
manifest:,
participatory_space: participatory_process)
end
Expand Down

0 comments on commit 6e7111d

Please sign in to comment.