Commit f0dec47
committed
Add expireThreshold param in integration test
Update ApplicationRepositoryIT to pass an expireThreshold to findOverdueByUserId. The test now sets expireThreshold = now().minusDays(7) and calls the repository method with both threshold and expireThreshold to match the updated repository signature and ensure expired records are excluded.1 parent 2723cce commit f0dec47
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments