1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

initialize pinned comments in test offline comment

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-13 23:03:42 +07:00
parent 6d726bf046
commit 1c32993fe5
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -149,6 +149,7 @@ namespace osu.Game.Tests.Visual.Online
}
},
IncludedComments = new List<Comment>(),
PinnedComments = new List<Comment>(),
UserVotes = new List<long>
{
5
@ -178,6 +179,7 @@ namespace osu.Game.Tests.Visual.Online
},
},
IncludedComments = new List<Comment>(),
PinnedComments = new List<Comment>(),
};
private class TestCommentsContainer : CommentsContainer