This commit is contained in:
ansel
2022-09-27 19:40:18 +03:00
parent 2f551be1be
commit 5282c8b8c6
2 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ namespace osu.Game.Tests.Visual.Online
if (!(request is CommentDeleteRequest req))
return false;
if (req.ID != 1)
if (req.CommentId != 1)
return false;
CommentBundle cb = new CommentBundle