svthalia / Reaxit

The latest ThaliApp built on Flutter.
GNU General Public License v3.0
11 stars 3 forks source link

Fix calendar not adding a day for today if there are no later events #453

Closed JAicewizard closed 1 year ago

JAicewizard commented 1 year ago

Closes #451 .

Summary

A small refactor of the code that adds today to the calendar, while also adding some comments.

How to test

Although it is very difficult to test the original issue ,there is a new test which passes with the new changes (and not before). This test likely represents the original issue