From 633878366acccd4e5c7e1fa3f941310e4f2e3400 Mon Sep 17 00:00:00 2001 From: Shujat Khalid Date: Tue, 19 Aug 2025 09:21:01 +0100 Subject: [PATCH] Fix time issue in spec --- spec/services/send_reminder_email_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/send_reminder_email_spec.rb b/spec/services/send_reminder_email_spec.rb index 9f05f372ac..ecfa2ec760 100644 --- a/spec/services/send_reminder_email_spec.rb +++ b/spec/services/send_reminder_email_spec.rb @@ -192,7 +192,7 @@ end context "with less than two weeks remaining" do - let(:application_created_at) { (6.months - 12.days).ago } + let(:application_created_at) { (6.months - 9.days).ago } include_examples "first reminder email", "sends an application not submitted email",