Skip to content

Commit

Permalink
Merge branch 'master' into dev-support/APPEALS-29347-30972
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrva authored Sep 28, 2023
2 parents be426d1 + c38bf63 commit 573b3bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@
)
end

before { Timecop.travel(Time.zone.local(2020, 9, 1, 18, 0, 0)) }

context "The TaskTimer for the hold period was not created yet" do
it "returns the end date period" do
expect((post_task.timer_ends_at - post_task.created_at.prev_day).to_i / 1.day).to eq(hold_days)
Expand Down

0 comments on commit 573b3bb

Please sign in to comment.