refactor: renaming

This commit is contained in:
simon lehericey 2024-04-26 15:04:34 +02:00
parent 6445337be7
commit c8b3b4b45a
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5
6 changed files with 9 additions and 9 deletions

View file

@ -44,7 +44,7 @@ describe PiecesJointesListConcern do
end
it "returns the list of pieces jointes with private, without parent repetition, without titre identite" do
expect(procedure.pieces_jointes_exportables_list.map(&:libelle)).to match_array([pj1, pj2, pjcond, pj5, pjcond2, pj6].map(&:libelle))
expect(procedure.exportables_pieces_jointes.map(&:libelle)).to match_array([pj1, pj2, pjcond, pj5, pjcond2, pj6].map(&:libelle))
end
end
end