Skip to content

Commit

Permalink
fix failing spec (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh authored Jan 2, 2025
1 parent 671a2b6 commit c6a0644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/participants/change_schedule_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
end

context "when using fallback_cohort" do
let(:cohort) { create(:cohort, start_year: (Date.current.year + 5)) }
let(:cohort) { create(:cohort, start_year: (Date.current.year + 1)) }

context "when application has schedule" do
before do
Expand Down

0 comments on commit c6a0644

Please sign in to comment.