Skip to content

Commit

Permalink
try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
E-L-T committed Jul 22, 2024
1 parent c522513 commit e9ba17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/users/brouillon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def champ_past_value_for(libelle, value)

def champ_for(libelle)
champs = user_dossier.reload.champs_public
champs.find { |c| c.libelle == libelle }
champs.find { |c| c.libelle == libelle }.reload
end

def fill_individual
Expand Down

0 comments on commit e9ba17c

Please sign in to comment.