Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hschallhorn committed Jun 9, 2020
1 parent e0cf016 commit 26ae658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/task_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
end

context "when the task is an attorney task" do
let(:judge) { create(:user, :judge) }
let(:judge) { create(:user, :with_vacols_judge_record) }
let(:attorney) { create(:user, :with_vacols_attorney_record) }
let(:new_assignee) { create(:user, :with_vacols_attorney_record) }
let(:task) { create(:ama_attorney_rewrite_task, assigned_to: attorney, assigned_by: judge, appeal: appeal) }
Expand Down

0 comments on commit 26ae658

Please sign in to comment.