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)