Skip to content

Commit

Permalink
remove date, no necesary any more (#19476)
Browse files Browse the repository at this point in the history
Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
  • Loading branch information
piedram and cacevesva authored Sep 15, 2023
1 parent 642e6e6 commit e9c6da9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/controllers/legacy_tasks_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@
allow(QueueRepository).to receive(:reassign_case_to_attorney!).with(
judge: user,
attorney: attorney,
vacols_id: @appeal.vacols_id,
created_in_vacols_date: "2018-04-18".to_date
vacols_id: @appeal.vacols_id
).and_return(true)

expect(@appeal.overtime?).to be true
Expand Down Expand Up @@ -334,8 +333,7 @@
allow(QueueRepository).to receive(:reassign_case_to_attorney!).with(
judge: user,
attorney: attorney,
vacols_id: @appeal.vacols_id,
created_in_vacols_date: "2018-04-18".to_date
vacols_id: @appeal.vacols_id
).and_return(true)
today = Time.utc(2018, 4, 18)
yesterday = Time.utc(2018, 4, 17)
Expand Down

0 comments on commit e9c6da9

Please sign in to comment.