Skip to content

Commit c01adb6

Browse files
committed
fix spec
1 parent c55422f commit c01adb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/services/send_reminder_email_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
end
193193

194194
context "with less than two weeks remaining" do
195-
let(:application_created_at) { (6.months - 12.days).ago }
195+
let(:application_created_at) { (6.months - 9.days).ago }
196196

197197
include_examples "first reminder email",
198198
"sends an application not submitted email",

0 commit comments

Comments
 (0)