Skip to content

Commit

Permalink
modify appeal factory to resolve test failures unrelated to this work
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrva committed Oct 24, 2024
1 parent e99a345 commit b79244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/appeal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
stream_type { Constants.AMA_STREAM_TYPES.court_remand }
transient do
remand_subtype { Constants.CAVC_REMAND_SUBTYPES.jmpr }
judge { JudgeTeam.first&.judge || create(:user, :judge, :with_vacols_judge_record) }
judge { JudgeTeam.first&.judge || create(:user, :with_vacols_judge_record) }
end
initialize_with do
cavc_remand = create(:cavc_remand,
Expand Down

0 comments on commit b79244b

Please sign in to comment.