Merge pull request #10218 from peppy/update-framework

This commit is contained in:
Dean Herbert
2020-09-23 21:45:36 +09:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ namespace osu.Game.Tests.Visual.Online
public void TestMultipleLoads()
{
var comments = exampleComments;
int topLevelCommentCount = exampleComments.Comments.Count(comment => comment.IsTopLevel);
int topLevelCommentCount = exampleComments.Comments.Count;
AddStep("hide container", () => commentsContainer.Hide());
setUpCommentsResponse(comments);