• SendGrid Spam Reports tests broken?

Question related to mission SendGrid Spam Reports

 

Hi there,

I have a feeling that there is a bug in the "SendGrid Spam Reports" test code.

https://github.com/oduvan/checkio-mission-sendgrid-spam-report/blob/master/verification/referee.py#L57 (line 57)

If we want to get records from start point (lesser timestamp) till end point (greater timestamp) shouldn't we filter them the following way?

    start_time <= a['created'] <= end_time