Commit 3fcefa5
committed
Make expires test agnostic to DST change
The test setup itself was assuming a different implementation. While
`setDate()` will respect values causing the new date to overlap a DST
change, e.g. adapt the hour accordingly, the underlying implementation
does not. Therefore we need to set up the expected date to assert for
differently, in line with the implementation that is.1 parent 3138f58 commit 3fcefa5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments