U
    jK                     @   s   d Z dd ZdS )zyIssue #165 - Problem parsing a file with event recurring on weekdays

https://github.com/collective/icalendar/issues/165
c                 C   s(   t | jd}t|dks$tdd S )NZVEVENT   z8There was an event missing from the parsed events' list.)listZissue_165_missing_eventwalklenAssertionError)Z	calendarsevents r   P/tmp/pip-unpacked-wheel-g40nyxg1/icalendar/tests/test_issue_165_missing_event.pytest_issue_165_missing_event   s    r	   N)__doc__r	   r   r   r   r   <module>   s   