mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 14:47:18 +08:00
Fix failing test
This commit is contained in:
parent
e8d099c01d
commit
673a75c46c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user