Commit 5603d9b
authored
fix(material/datepicker): fix failing unit test in multiyear view (#24418)
Fix a failing unit test, which was referencing Jan 1, 2017 as the initial
date when it is actually Jan 3, 2017. This happened as a result of a bad
merge where #24384 changed the initial date to Jan 3, and #24401 added a
new test that assume the initial date was Jan 1.
Fixes CI failure1 parent f0ebd2a commit 5603d9b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments