Skip to content

Commit

Permalink
fix: Custom proposal states specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Jan 5, 2024
1 parent 00abd13 commit 3de3684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/commands/budgets/admin/create_project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module Decidim::Budgets
let(:latitude) { 40.1234 }
let(:longitude) { 2.1234 }
let(:proposal_component) do
create(:component, manifest_name: :proposals, participatory_space: participatory_process)
create(:extended_proposal_component, manifest_name: :proposals, participatory_space: participatory_process)
end
let(:proposals) do
create_list(
Expand Down

0 comments on commit 3de3684

Please sign in to comment.