Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Dec 16, 2024
1 parent b61053a commit 59ebdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/calendar/calendar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe(`sbb-calendar`, () => {
});

it('opens month view with current date', async () => {
element.selected = undefined;
element.selected = null;
element.now = '2022-08-15';
element.view = 'month';
await waitForLitRender(element);
Expand Down

0 comments on commit 59ebdc0

Please sign in to comment.