Commit 476cad2
committed
refactor(tests): fix waiting list reminder assertion
The delivery-assertion refactor incorrectly asserted that already-reminded
invitations should have reminded_at as nil. The fabricator sets
reminded_at to 2.days.ago, so the correct assertion is that it
remains unchanged (still ~2 days ago).1 parent 9cf21cd commit 476cad2
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
0 commit comments