1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:12:54 +08:00

Fix tests failing when not logged in

This commit is contained in:
Dean Herbert 2019-05-19 11:58:47 +09:00
parent 1c85fcbc81
commit 39e03ae705

View File

@ -27,6 +27,8 @@ namespace osu.Game.Overlays.Changelog
{
DateTime currentDate = DateTime.MinValue;
if (entries == null) return;
foreach (APIChangelogBuild build in entries)
{
if (build.CreatedAt.Date != currentDate)