diff --git a/packages/calendar/test/lion-calendar.test.js b/packages/calendar/test/lion-calendar.test.js index abb2bfd40..c1998eefc 100644 --- a/packages/calendar/test/lion-calendar.test.js +++ b/packages/calendar/test/lion-calendar.test.js @@ -815,7 +815,10 @@ describe('', () => { it('is on day closest to today, if today (and surrounding dates) is/are disabled', async () => { const el = await fixture(html` - + `); const elObj = new CalendarObject(el); expect(elObj.centralDayObj.monthday).to.equal(17);