Commit 49773b3
committed
test: fix date boundary test to account for git since behavior
The test was failing because git's --since is also exclusive at midnight.
Changed test to use a date range (Feb 9 to Feb 10) instead of same-day
range to properly test the inclusive until behavior.1 parent e7d55f3 commit 49773b3
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments