Commit 662ab6a
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 5945955 commit 662ab6a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
0 commit comments