Skip to content

Commit

Permalink
Fix context name
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jul 21, 2023
1 parent 44d9db7 commit 66c79cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/decidim/odoo/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Odoo
end
end

context "when the user is member" do
context "when the user is coop candidate" do
before do
allow(odoo_user).to receive(:coop_candidate).and_return(true)
end
Expand Down

0 comments on commit 66c79cc

Please sign in to comment.