Skip to content

Commit

Permalink
fix dossier_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Aug 25, 2023
1 parent 8894034 commit ff34231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/dossier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@

it "can't accepter_automatiquement" do
expect(dossier_incomplete.may_accepter_automatiquement?(instructeur:, motivation:)).to be_falsey
expect(dossier_ok.accepter_automatiquement(instructeur:, motivation:)).to be_truthy
expect(dossier_ok.accepter_automatiquement.to be_truthy
end
end

Expand Down

0 comments on commit ff34231

Please sign in to comment.