Skip to content

Commit c966f72

Browse files
committed
TimeOut limit Removed
1 parent ac07920 commit c966f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventCalender/Yearly/YearlyEventCalender.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ describe('Calendar Component', () => {
332332
'._expand_event_list_d00707',
333333
);
334334
expect(expandedLists.length).toBeGreaterThan(0);
335-
} );
335+
});
336336

337337
it('handles calendar navigation and date rendering edge cases', async () => {
338338
const { getByTestId, getByText, rerender } = renderWithRouter(

0 commit comments

Comments
 (0)